Commit 751cd163 authored by michael's avatar michael

k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3403 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 82977268
...@@ -208,7 +208,8 @@ static int wma_decode_init(AVCodecContext * avctx) ...@@ -208,7 +208,8 @@ static int wma_decode_init(AVCodecContext * avctx)
int i, flags1, flags2; int i, flags1, flags2;
float *window; float *window;
uint8_t *extradata; uint8_t *extradata;
float bps1, high_freq, bps; float bps1, high_freq;
volatile float bps;
int sample_rate1; int sample_rate1;
int coef_vlc_table; int coef_vlc_table;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment