1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-06 16:10:09 +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;