comparison vp56.h @ 12292:d8364962cc4a libavcodec

ff_prefix non static vp56 functions.
author alexc
date Wed, 28 Jul 2010 05:36:33 +0000
parents 6e6c92d36c4b
children 83400282990a
comparison
equal deleted inserted replaced
12291:d6ee9556010d 12292:d8364962cc4a
168 VLC ract_vlc[2][3][6]; 168 VLC ract_vlc[2][3][6];
169 unsigned int nb_null[2][2]; /* number of consecutive NULL DC/AC */ 169 unsigned int nb_null[2][2]; /* number of consecutive NULL DC/AC */
170 }; 170 };
171 171
172 172
173 void vp56_init(AVCodecContext *avctx, int flip, int has_alpha); 173 void ff_vp56_init(AVCodecContext *avctx, int flip, int has_alpha);
174 int vp56_free(AVCodecContext *avctx); 174 int ff_vp56_free(AVCodecContext *avctx);
175 void vp56_init_dequant(VP56Context *s, int quantizer); 175 void ff_vp56_init_dequant(VP56Context *s, int quantizer);
176 int vp56_decode_frame(AVCodecContext *avctx, void *data, int *data_size, 176 int ff_vp56_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
177 AVPacket *avpkt); 177 AVPacket *avpkt);
178 178
179 179
180 /** 180 /**
181 * vp56 specific range coder implementation 181 * vp56 specific range coder implementation