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
k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)
Originally committed as revision 3403 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
Michael Niedermayer
21 years ago
parent
eab895aae0
commit
b4396f36e5
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
libavcodec/wmadec.c
+ 2
- 1
libavcodec/wmadec.c
View File
@@ -208,7 +208,8 @@ static int wma_decode_init(AVCodecContext * avctx)
int i, flags1, flags2;
float *window;
uint8_t *extradata;
float bps1, high_freq, bps;
float bps1, high_freq;
volatile float bps;
int sample_rate1;
int coef_vlc_table;
Write
Preview
Loading…
Cancel
Save