| Index: source/libvpx/vp8/encoder/quantize.h
|
| ===================================================================
|
| --- source/libvpx/vp8/encoder/quantize.h (revision 247498)
|
| +++ source/libvpx/vp8/encoder/quantize.h (working copy)
|
| @@ -12,6 +12,10 @@
|
| #ifndef VP8_ENCODER_QUANTIZE_H_
|
| #define VP8_ENCODER_QUANTIZE_H_
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| struct VP8_COMP;
|
| struct macroblock;
|
| extern void vp8_set_quantizer(struct VP8_COMP *cpi, int Q);
|
| @@ -20,4 +24,8 @@
|
| extern void vp8cx_mb_init_quantizer(struct VP8_COMP *cpi, struct macroblock *x, int ok_to_skip);
|
| extern void vp8cx_init_quantizer(struct VP8_COMP *cpi);
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_ENCODER_QUANTIZE_H_
|
|
|