Commit f36b1b25 authored by vitor's avatar vitor

Minor simplification

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13578 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c3ad05d6
......@@ -322,8 +322,7 @@ static int ra144_decode_frame(AVCodecContext * avctx,
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment