| Index: source/libvpx/vp9/common/vp9_seg_common.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_seg_common.h (revision 247498)
|
| +++ source/libvpx/vp9/common/vp9_seg_common.h (working copy)
|
| @@ -13,6 +13,10 @@
|
|
|
| #include "vp9/common/vp9_prob.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| #define SEGMENT_DELTADATA 0
|
| #define SEGMENT_ABSDATA 1
|
|
|
| @@ -70,5 +74,9 @@
|
|
|
| extern const vp9_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_COMMON_VP9_SEG_COMMON_H_
|
|
|
|
|