[FFmpeg-cvslog] r13389 - trunk/libavcodec/ra144.c
vitor
subversion
Sun May 25 18:44:56 CEST 2008
Author: vitor
Date: Sun May 25 18:44:56 2008
New Revision: 13389
Log:
Cosmetics: merge declaration and initialization
Modified:
trunk/libavcodec/ra144.c
Modified: trunk/libavcodec/ra144.c
==============================================================================
--- trunk/libavcodec/ra144.c (original)
+++ trunk/libavcodec/ra144.c Sun May 25 18:44:56 2008
@@ -292,13 +292,11 @@ static int dec2(signed short *decsp, con
{
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;
More information about the ffmpeg-cvslog
mailing list