comparison wmadec.c @ 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 770743eb4329
children 26560d4fdb1f
comparison
equal deleted inserted replaced
2179:34eaf41657d5 2180:7524cda1604e
206 { 206 {
207 WMADecodeContext *s = avctx->priv_data; 207 WMADecodeContext *s = avctx->priv_data;
208 int i, flags1, flags2; 208 int i, flags1, flags2;
209 float *window; 209 float *window;
210 uint8_t *extradata; 210 uint8_t *extradata;
211 float bps1, high_freq, bps; 211 float bps1, high_freq;
212 volatile float bps;
212 int sample_rate1; 213 int sample_rate1;
213 int coef_vlc_table; 214 int coef_vlc_table;
214 215
215 s->sample_rate = avctx->sample_rate; 216 s->sample_rate = avctx->sample_rate;
216 s->nb_channels = avctx->channels; 217 s->nb_channels = avctx->channels;