adpcmdec: remove unneeded zeroing of *data_size
This commit is contained in:
parent
d341d5fd2c
commit
f7f7c1942b
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue