# HG changeset patch
# User michael
# Date 1092942100 0
# Node ID 7524cda1604e903c7303ff7bd385694fb60cd2c9
# Parent  34eaf41657d55f57a75fac89a96db81852f81b0b
k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)

diff -r 34eaf41657d5 -r 7524cda1604e wmadec.c
--- a/wmadec.c	Thu Aug 19 10:55:48 2004 +0000
+++ b/wmadec.c	Thu Aug 19 19:01:40 2004 +0000
@@ -208,7 +208,8 @@
     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;