[FFmpeg-cvslog] r13951 - trunk/libavcodec/ra144.c
vitor
subversion
Tue Jun 24 23:29:18 CEST 2008
Author: vitor
Date: Tue Jun 24 23:29:18 2008
New Revision: 13951
Log:
Cosmetics
Modified:
trunk/libavcodec/ra144.c
Modified: trunk/libavcodec/ra144.c
==============================================================================
--- trunk/libavcodec/ra144.c (original)
+++ trunk/libavcodec/ra144.c Tue Jun 24 23:29:18 2008
@@ -330,9 +330,8 @@ static int interp(RA144Context *ractx, i
}
/* 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
More information about the ffmpeg-cvslog
mailing list