]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp56.h
huffyuv: make use of av_fast_padded_malloc()
[ffmpeg] / libavcodec / vp56.h
index 65245a224657f35fe101784a0616fbb3ddb5360f..838ce48c3de16f8bbc408a5b2f288ccd2bef5cec 100644 (file)
@@ -183,7 +183,7 @@ void ff_vp56_init_context(AVCodecContext *avctx, VP56Context *s,
 int ff_vp56_free(AVCodecContext *avctx);
 int ff_vp56_free_context(VP56Context *s);
 void ff_vp56_init_dequant(VP56Context *s, int quantizer);
-int ff_vp56_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
+int ff_vp56_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
                          AVPacket *avpkt);