On Sun, Aug 04, 2013 at 03:20:30PM +0200, Luca Barbato wrote: > --- a/libavcodec/aacdec.c > +++ b/libavcodec/aacdec.c > @@ -2469,28 +2472,25 @@ static int aac_decode_frame_int(AVCodecContext > *avctx, void *data, > AACContext *ac = avctx->priv_data; > ChannelElement *che = NULL, *che_prev = NULL; > enum RawDataBlockType elem_type, elem_type_prev = TYPE_END; > - int err, elem_id; > + int elem_id, err; > int samples = 0, multiplier, audio_found = 0, pce_found = 0;
stray change The rest looks OK. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
