diff ra144.c @ 6876:4610423b0e2d libavcodec

Cosmetics: merge declaration and initialization
author vitor
date Sun, 25 May 2008 16:44:56 +0000
parents b0028cbf2154
children 8a6e6efeaee5
line wrap: on
line diff
--- a/ra144.c	Sun May 25 16:42:31 2008 +0000
+++ b/ra144.c	Sun May 25 16:44:56 2008 +0000
@@ -292,13 +292,11 @@
 {
     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;