diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/mpegaudiodec.c')
-rw-r--r-- | src/libffmpeg/libavcodec/mpegaudiodec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/mpegaudiodec.c b/src/libffmpeg/libavcodec/mpegaudiodec.c index a9eed4e36..f9cb389aa 100644 --- a/src/libffmpeg/libavcodec/mpegaudiodec.c +++ b/src/libffmpeg/libavcodec/mpegaudiodec.c @@ -2520,7 +2520,6 @@ static int decode_frame(AVCodecContext * avctx, int len, out_size; short *out_samples = data; - *data_size = 0; buf_ptr = buf; while (buf_size > 0) { len = s->inbuf_ptr - s->inbuf; |