mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)
Originally committed as revision 3403 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
eab895aae0
commit
b4396f36e5
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user