On Mon, May 30, 2011 at 2:07 PM, Diego Biurrun <[email protected]> wrote: > > --- > libavcodec/mpegaudiodec.c | 2 - > libavcodec/mpegaudioenc.c | 2 +- > libavfilter/vsrc_movie.c | 2 +- > libavformat/ape.c | 54 > +++++++++++++++++++++++++-------------------- > libavformat/mxfdec.c | 8 +++--- > libavformat/r3d.c | 13 +++++----- > 6 files changed, 43 insertions(+), 38 deletions(-) > > diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c > index ccc93ad..b7768f0 100644 > --- a/libavcodec/mpegaudiodec.c > +++ b/libavcodec/mpegaudiodec.c > @@ -431,8 +431,6 @@ static av_cold int decode_init(AVCodecContext * avctx) > k = i & 1; > is_table_lsf[j][k ^ 1][i] = FIXR(f); > is_table_lsf[j][k][i] = FIXR(1.0); > - av_dlog(avctx, "is_table_lsf %d %d: %x %x\n", > - i, j, is_table_lsf[j][0][i], is_table_lsf[j][1][i]); > } > } >
This chunk seems highly suspicious _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
