From 012f930855ec647b1723cd845c6e5fa80936a0fb Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Tue, 7 Apr 2009 18:24:47 +0000 Subject: fix vp5/vp6 decoding by using new prototype for decode function Originally committed as revision 18352 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vp56.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vp56.h') diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h index 3a9019460c..904c57e82c 100644 --- a/libavcodec/vp56.h +++ b/libavcodec/vp56.h @@ -172,7 +172,7 @@ void vp56_init(AVCodecContext *avctx, int flip, int has_alpha); int vp56_free(AVCodecContext *avctx); void vp56_init_dequant(VP56Context *s, int quantizer); int vp56_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - const uint8_t *buf, int buf_size); + AVPacket *avpkt); /** -- cgit v1.2.3