| Index: source/libvpx/vp9/common/vp9_tile_common.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_tile_common.h (revision 247498)
|
| +++ source/libvpx/vp9/common/vp9_tile_common.h (working copy)
|
| @@ -11,6 +11,10 @@
|
| #ifndef VP9_COMMON_VP9_TILE_COMMON_H_
|
| #define VP9_COMMON_VP9_TILE_COMMON_H_
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| struct VP9Common;
|
|
|
| typedef struct TileInfo {
|
| @@ -26,4 +30,8 @@
|
| void vp9_get_tile_n_bits(int mi_cols,
|
| int *min_log2_tile_cols, int *max_log2_tile_cols);
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_COMMON_VP9_TILE_COMMON_H_
|
|
|