You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
adpcmdec: remove unneeded zeroing of *data_size
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user