mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-05 21:55:37 +01:00
data_size = 0 cleanup
Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user