[FFmpeg-cvslog] r13578 - trunk/libavcodec/ra144.c
vitor
subversion
Sat May 31 16:38:34 CEST 2008
Author: vitor
Date: Sat May 31 16:38:34 2008
New Revision: 13578
Log:
Minor simplification
Modified:
trunk/libavcodec/ra144.c
Modified: trunk/libavcodec/ra144.c
==============================================================================
--- trunk/libavcodec/ra144.c (original)
+++ trunk/libavcodec/ra144.c Sat May 31 16:38:34 2008
@@ -322,8 +322,7 @@ static int ra144_decode_frame(AVCodecCon
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;
More information about the ffmpeg-cvslog
mailing list