[FFmpeg-cvslog] r19994 - trunk/libavcodec/wmadec.c

diego subversion
Wed Sep 23 14:29:56 CEST 2009


Author: diego
Date: Wed Sep 23 14:29:56 2009
New Revision: 19994

Log:
Remove unused variables, fixes the warnings:
libavcodec/wmadec.c:629: warning: unused variable `i'
libavcodec/wmadec.c:628: warning: unused variable `b'
libavcodec/wmadec.c:628: warning: unused variable `a'

Modified:
   trunk/libavcodec/wmadec.c

Modified: trunk/libavcodec/wmadec.c
==============================================================================
--- trunk/libavcodec/wmadec.c	Wed Sep 23 14:27:10 2009	(r19993)
+++ trunk/libavcodec/wmadec.c	Wed Sep 23 14:29:56 2009	(r19994)
@@ -625,9 +625,6 @@ static int wma_decode_block(WMACodecCont
 #endif
 
     if (s->ms_stereo && s->channel_coded[1]) {
-        float a, b;
-        int i;
-
         /* nominal case for ms stereo: we do it before mdct */
         /* no need to optimize this case because it should almost
            never happen */



More information about the ffmpeg-cvslog mailing list