comparison nellymoserdec.c @ 5874:ce9415dd447a libavcodec

Remove unused variable
author banan
date Sun, 04 Nov 2007 10:27:32 +0000
parents a03b4172939c
children 4528d63fbc8e
comparison
equal deleted inserted replaced
5873:bf9ef8761700 5874:ce9415dd447a
334 } 334 }
335 335
336 static int decode_init(AVCodecContext * avctx) { 336 static int decode_init(AVCodecContext * avctx) {
337 NellyMoserDecodeContext *s = avctx->priv_data; 337 NellyMoserDecodeContext *s = avctx->priv_data;
338 int i; 338 int i;
339 float alpha;
340 339
341 s->avctx = avctx; 340 s->avctx = avctx;
342 av_init_random(0, &s->random_state); 341 av_init_random(0, &s->random_state);
343 ff_mdct_init(&s->imdct_ctx, 8, 1); 342 ff_mdct_init(&s->imdct_ctx, 8, 1);
344 343