| Index: source/libvpx/vp9/decoder/vp9_decodeframe.h
|
| ===================================================================
|
| --- source/libvpx/vp9/decoder/vp9_decodeframe.h (revision 247498)
|
| +++ source/libvpx/vp9/decoder/vp9_decodeframe.h (working copy)
|
| @@ -12,10 +12,18 @@
|
| #ifndef VP9_DECODER_VP9_DECODEFRAME_H_
|
| #define VP9_DECODER_VP9_DECODEFRAME_H_
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| struct VP9Common;
|
| struct VP9Decompressor;
|
|
|
| void vp9_init_dequantizer(struct VP9Common *cm);
|
| int vp9_decode_frame(struct VP9Decompressor *cpi, const uint8_t **p_data_end);
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_DECODER_VP9_DECODEFRAME_H_
|
|
|