changeset 2180:7524cda1604e libavcodec

k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)
author michael
date Thu, 19 Aug 2004 19:01:40 +0000
parents 34eaf41657d5
children 3b84b5fea968
files wmadec.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;