diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-06-24 21:29:18 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-06-24 21:29:18 +0000 |
commit | a97642680b79fe5e57e1e2d485fe0271b4106f58 (patch) | |
tree | bc60910323c77e8815af70fb81cc0ac6c5f378a2 /libavcodec/ra144.c | |
parent | 40444a59c12466dec201e69d7680dad8f871a543 (diff) | |
download | ffmpeg-a97642680b79fe5e57e1e2d485fe0271b4106f58.tar.gz |
Cosmetics
Originally committed as revision 13951 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ra144.c')
-rw-r--r-- | libavcodec/ra144.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c index 9605b930ac..18acd25e70 100644 --- a/libavcodec/ra144.c +++ b/libavcodec/ra144.c @@ -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 |