| Index: source/libvpx/vp9/common/vp9_quant_common.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_quant_common.h (revision 247498)
|
| +++ source/libvpx/vp9/common/vp9_quant_common.h (working copy)
|
| @@ -13,6 +13,10 @@
|
|
|
| #include "vp9/common/vp9_blockd.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| #define MINQ 0
|
| #define MAXQ 255
|
| #define QINDEX_RANGE (MAXQ - MINQ + 1)
|
| @@ -25,4 +29,8 @@
|
|
|
| int vp9_get_qindex(struct segmentation *seg, int segment_id, int base_qindex);
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_COMMON_VP9_QUANT_COMMON_H_
|
|
|