| Index: source/libvpx/vp9/encoder/vp9_quantize.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_quantize.h (revision 247498)
|
| +++ source/libvpx/vp9/encoder/vp9_quantize.h (working copy)
|
| @@ -13,6 +13,10 @@
|
|
|
| #include "vp9/encoder/vp9_block.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| void vp9_regular_quantize_b_4x4(MACROBLOCK *x, int plane, int block,
|
| const int16_t *scan, const int16_t *iscan);
|
|
|
| @@ -28,4 +32,8 @@
|
|
|
| void vp9_init_quantizer(struct VP9_COMP *cpi);
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_ENCODER_VP9_QUANTIZE_H_
|
|
|