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:
parent
d341d5fd2c
commit
f7f7c1942b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user