comparison vp56.h @ 5708:8f52599c4c6c libavcodec

some simplifications and uniformisation
author aurel
date Mon, 24 Sep 2007 20:43:47 +0000
parents 20e5c861c096
children dae0f80edbb3
comparison
equal deleted inserted replaced
5707:c46509aca422 5708:8f52599c4c6c
151 vp56_parse_coeff_models_t parse_coeff_models; 151 vp56_parse_coeff_models_t parse_coeff_models;
152 vp56_parse_header_t parse_header; 152 vp56_parse_header_t parse_header;
153 }; 153 };
154 154
155 155
156 void vp56_init(vp56_context_t *s, AVCodecContext *avctx, int flip); 156 void vp56_init(AVCodecContext *avctx, int flip);
157 int vp56_free(AVCodecContext *avctx); 157 int vp56_free(AVCodecContext *avctx);
158 void vp56_init_dequant(vp56_context_t *s, int quantizer); 158 void vp56_init_dequant(vp56_context_t *s, int quantizer);
159 int vp56_decode_frame(AVCodecContext *avctx, void *data, int *data_size, 159 int vp56_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
160 uint8_t *buf, int buf_size); 160 uint8_t *buf, int buf_size);
161 161