This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
adpcmdec: remove unneeded zeroing of *data_size
tags/n0.9
Justin Ruggles
14 years ago
parent
d341d5fd2c
commit
f7f7c1942b
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save