1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

adpcmdec: remove unneeded zeroing of *data_size

This commit is contained in:
Justin Ruggles 2011-10-02 14:41:34 -04:00
parent d341d5fd2c
commit f7f7c1942b

View File

@ -358,7 +358,6 @@ static int adpcm_decode_frame(AVCodecContext *avctx,
samples = data;
samples_end= samples + *data_size/2;
*data_size= 0;
src = buf;
st = avctx->channels == 2 ? 1 : 0;