summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2004-08-19 19:01:40 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-08-19 19:01:40 +0000
commitb4396f36e5e580ac3f1b20802bdd3a39ab7b032d (patch)
treef5ce8405248c88a9187d2f73d457820d08995b6a
parenteab895aae047630413ecbd8fc763f5d56664e917 (diff)
k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)
Originally committed as revision 3403 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/wmadec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/wmadec.c b/libavcodec/wmadec.c
index 0d6d95b625..01ce89c5ca 100644
--- a/libavcodec/wmadec.c
+++ b/libavcodec/wmadec.c
@@ -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;