]> git.sesse.net Git - ffmpeg/commitdiff
Minor simplification
authorVitor Sessak <vitor1001@gmail.com>
Sat, 31 May 2008 14:38:34 +0000 (14:38 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Sat, 31 May 2008 14:38:34 +0000 (14:38 +0000)
Originally committed as revision 13578 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ra144.c

index f93bcaa2ab5e0c36de8e135ce07286c3a9fe319e..920582758b835995c549c4dcc684ed33bc3fd80e 100644 (file)
@@ -322,8 +322,7 @@ static int ra144_decode_frame(AVCodecContext * avctx,
     static const uint8_t sizes[10] = {6, 5, 5, 4, 4, 3, 3, 3, 3, 2};
     unsigned int refl_rms[4];  // RMS of the reflection coefficients
     uint16_t gbuf2[4][30];
-    unsigned int c;
-    int i;
+    int i, c;
     int16_t *data = vdata;
     unsigned int energy;