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
pcmdec: do not needlessly set *data_size to 0
tags/n0.9
Justin Ruggles
13 years ago
parent
30f3e7b524
commit
6b94711f15
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/pcm.c
+ 0
- 1
libavcodec/pcm.c
View File
@@ -302,7 +302,6 @@ static int pcm_decode_frame(AVCodecContext *avctx,
}
buf_size= FFMIN(buf_size, *data_size/2);
*data_size=0;
n = buf_size/sample_size;
Write
Preview
Loading…
Cancel
Save