| Index: source/libvpx/vp9/decoder/vp9_decodeframe.h
|
| ===================================================================
|
| --- source/libvpx/vp9/decoder/vp9_decodeframe.h (revision 278778)
|
| +++ source/libvpx/vp9/decoder/vp9_decodeframe.h (working copy)
|
| @@ -21,9 +21,9 @@
|
|
|
| void vp9_init_dequantizer(struct VP9Common *cm);
|
|
|
| -int vp9_decode_frame(struct VP9Decoder *pbi,
|
| - const uint8_t *data, const uint8_t *data_end,
|
| - const uint8_t **p_data_end);
|
| +void vp9_decode_frame(struct VP9Decoder *pbi,
|
| + const uint8_t *data, const uint8_t *data_end,
|
| + const uint8_t **p_data_end);
|
|
|
| #ifdef __cplusplus
|
| } // extern "C"
|
|
|