[FFmpeg-cvslog] r10922 - trunk/libavcodec/nellymoserdec.c

banan subversion
Sun Nov 4 11:27:32 CET 2007


Author: banan
Date: Sun Nov  4 11:27:32 2007
New Revision: 10922

Log:
Remove unused variable

Modified:
   trunk/libavcodec/nellymoserdec.c

Modified: trunk/libavcodec/nellymoserdec.c
==============================================================================
--- trunk/libavcodec/nellymoserdec.c	(original)
+++ trunk/libavcodec/nellymoserdec.c	Sun Nov  4 11:27:32 2007
@@ -336,7 +336,6 @@ void nelly_decode_block(NellyMoserDecode
 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);




More information about the ffmpeg-cvslog mailing list