comparison 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
comparison
equal deleted inserted replaced
9355:54bc8a2727b0 9356:2983bd7deaf5
170 170
171 void vp56_init(AVCodecContext *avctx, int flip, int has_alpha); 171 void vp56_init(AVCodecContext *avctx, int flip, int has_alpha);
172 int vp56_free(AVCodecContext *avctx); 172 int vp56_free(AVCodecContext *avctx);
173 void vp56_init_dequant(VP56Context *s, int quantizer); 173 void vp56_init_dequant(VP56Context *s, int quantizer);
174 int vp56_decode_frame(AVCodecContext *avctx, void *data, int *data_size, 174 int vp56_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
175 const uint8_t *buf, int buf_size); 175 AVPacket *avpkt);
176 176
177 177
178 /** 178 /**
179 * vp56 specific range coder implementation 179 * vp56 specific range coder implementation
180 */ 180 */