Commit edf3e6d5 authored by vitor's avatar vitor

Cosmetics

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13951 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c7021080
...@@ -330,9 +330,8 @@ static int interp(RA144Context *ractx, int16_t *out, int block_num, ...@@ -330,9 +330,8 @@ static int interp(RA144Context *ractx, int16_t *out, int block_num,
} }
/* Uncompress one block (20 bytes -> 160*2 bytes) */ /* Uncompress one block (20 bytes -> 160*2 bytes) */
static int ra144_decode_frame(AVCodecContext * avctx, static int ra144_decode_frame(AVCodecContext * avctx, void *vdata,
void *vdata, int *data_size, int *data_size, const uint8_t *buf, int buf_size)
const uint8_t * buf, int buf_size)
{ {
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
......
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