Browse Source

adpcmdec: remove unneeded zeroing of *data_size

tags/n0.9
Justin Ruggles 14 years ago
parent
commit
f7f7c1942b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/adpcm.c

+ 0
- 1
libavcodec/adpcm.c 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;


Loading…
Cancel
Save