On Wed, Oct 26, 2011 at 12:16:23PM -0400, Justin Ruggles wrote: > --- > libavcodec/mpegaudiodec.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c > index 1fbc7e2..448679a 100644 > --- a/libavcodec/mpegaudiodec.c > +++ b/libavcodec/mpegaudiodec.c > @@ -2049,7 +2049,6 @@ static int decode_frame_mp3on4(AVCodecContext * avctx, > return AVERROR(EINVAL); > } > > - *data_size = 0; > // Discard too short frames > if (buf_size < HEADER_SIZE) > return AVERROR_INVALIDDATA; > --
LGTM _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
