Cosmetics: merge declaration and initialization
authorVitor Sessak <vitor1001@gmail.com>
Sun, 25 May 2008 16:44:56 +0000 (16:44 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Sun, 25 May 2008 16:44:56 +0000 (16:44 +0000)
Originally committed as revision 13389 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ra144.c

index bd4f621..1fd4f52 100644 (file)
@@ -292,13 +292,11 @@ static int dec2(signed short *decsp, const int *data, const int *inp,
 {
     unsigned const int *ptr1,*ptr2;
     int work[10];
-    int b;
+    int b = NBLOCKS - a;
     int x;
     int result;
     unsigned short *sptr  = decsp;
 
-    b = NBLOCKS - a;
-
     ptr1 = inp;
     ptr2 = inp2;