Commit fbfd2601 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/utils: Fix 'ISO C90 forbids mixed declarations and code'

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 9b0eabdc
......@@ -3682,9 +3682,9 @@ AVCPBProperties *ff_add_cpb_side_data(AVCodecContext *avctx)
#ifdef TEST
int main(void){
avcodec_register_all();
AVCodec *codec = NULL;
int ret = 0;
avcodec_register_all();
while (codec = av_codec_next(codec)) {
if (av_codec_is_encoder(codec)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment