On Tue, Jan 27, 2015 at 05:54:00PM -0800, Alex Converse wrote: > --- a/libavcodec/aacdec.c > +++ b/libavcodec/aacdec.c > @@ -3235,8 +3235,18 @@ static int latm_decode_frame(AVCodecContext *avctx, > void *out, > + if (err < 0) > + return err;
Indentation is off, you'll want to fix before pushing. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
