mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-12 02:04:58 +00:00
Minor simplification
Originally committed as revision 13578 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9765b44c50
commit
4dc471c30c
@ -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};
|
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
|
unsigned int refl_rms[4]; // RMS of the reflection coefficients
|
||||||
uint16_t gbuf2[4][30];
|
uint16_t gbuf2[4][30];
|
||||||
unsigned int c;
|
int i, c;
|
||||||
int i;
|
|
||||||
int16_t *data = vdata;
|
int16_t *data = vdata;
|
||||||
unsigned int energy;
|
unsigned int energy;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user