Browse Source

Cosmetics

Originally committed as revision 13951 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Vitor Sessak 17 years ago
parent
commit
a97642680b
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      libavcodec/ra144.c

+ 2
- 3
libavcodec/ra144.c View File

@@ -330,9 +330,8 @@ static int interp(RA144Context *ractx, int16_t *out, int block_num,
}

/* Uncompress one block (20 bytes -> 160*2 bytes) */
static int ra144_decode_frame(AVCodecContext * avctx,
void *vdata, int *data_size,
const uint8_t * buf, int buf_size)
static int ra144_decode_frame(AVCodecContext * avctx, void *vdata,
int *data_size, const uint8_t *buf, int buf_size)
{
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


Loading…
Cancel
Save