Commit f7f7c194 authored by Justin Ruggles's avatar Justin Ruggles

adpcmdec: remove unneeded zeroing of *data_size

parent d341d5fd
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment