diff vp56.h @ 9356:2983bd7deaf5 libavcodec

fix vp5/vp6 decoding by using new prototype for decode function
author aurel
date Tue, 07 Apr 2009 18:24:47 +0000
parents e9d9d946f213
children 0dce4fe6e6f3
line wrap: on
line diff
--- a/vp56.h	Tue Apr 07 15:59:50 2009 +0000
+++ b/vp56.h	Tue Apr 07 18:24:47 2009 +0000
@@ -172,7 +172,7 @@
 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);
 
 
 /**