From 14ff7cceeb1ffac01a84277b46b18f7329037593 Mon Sep 17 00:00:00 2001
From: Vitor Sessak <vitor1001@gmail.com>
Date: Sun, 25 May 2008 16:44:56 +0000
Subject: [PATCH] Cosmetics: merge declaration and initialization

Originally committed as revision 13389 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/ra144.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c
index bd4f621db6f..1fd4f522b02 100644
--- a/libavcodec/ra144.c
+++ b/libavcodec/ra144.c
@@ -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;
 
-- 
GitLab