comparison vp56.h @ 12293:83400282990a libavcodec

Reindent after last commit.
author alexc
date Wed, 28 Jul 2010 05:38:30 +0000
parents d8364962cc4a
children f618c62a6ddb
comparison
equal deleted inserted replaced
12292:d8364962cc4a 12293:83400282990a
172 172
173 void ff_vp56_init(AVCodecContext *avctx, int flip, int has_alpha); 173 void ff_vp56_init(AVCodecContext *avctx, int flip, int has_alpha);
174 int ff_vp56_free(AVCodecContext *avctx); 174 int ff_vp56_free(AVCodecContext *avctx);
175 void ff_vp56_init_dequant(VP56Context *s, int quantizer); 175 void ff_vp56_init_dequant(VP56Context *s, int quantizer);
176 int ff_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
182 */ 182 */