projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eab895a
)
k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)
author
Diego Biurrun
<diego@biurrun.de>
Thu, 19 Aug 2004 19:01:40 +0000
(19:01 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 19 Aug 2004 19:01:40 +0000
(19:01 +0000)
Originally committed as revision 3403 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/wmadec.c
patch
|
blob
|
history
diff --git
a/libavcodec/wmadec.c
b/libavcodec/wmadec.c
index 0d6d95b62529b07e178a33f8ae546251d44eb1c7..01ce89c5ca4220b24e62d7801ab9be3fe7939c7a 100644
(file)
--- 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;