changeset 5874:ce9415dd447a libavcodec

Remove unused variable
author banan
date Sun, 04 Nov 2007 10:27:32 +0000
parents bf9ef8761700
children 5a61e8e2f65c
files nellymoserdec.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nellymoserdec.c	Sun Nov 04 01:25:21 2007 +0000
+++ b/nellymoserdec.c	Sun Nov 04 10:27:32 2007 +0000
@@ -336,7 +336,6 @@
 static int decode_init(AVCodecContext * avctx) {
     NellyMoserDecodeContext *s = avctx->priv_data;
     int i;
-    float alpha;
 
     s->avctx = avctx;
     av_init_random(0, &s->random_state);