[FFmpeg-cvslog] r14457 - trunk/libavcodec/ra288.c

vitor subversion
Mon Jul 28 12:49:45 CEST 2008


Author: vitor
Date: Mon Jul 28 12:49:44 2008
New Revision: 14457

Log:
Cosmetics: new line

Modified:
   trunk/libavcodec/ra288.c

Modified: trunk/libavcodec/ra288.c
==============================================================================
--- trunk/libavcodec/ra288.c	(original)
+++ trunk/libavcodec/ra288.c	Mon Jul 28 12:49:44 2008
@@ -238,6 +238,7 @@ static int ra288_decode_frame(AVCodecCon
     for (x=0; x < 32; x++) {
         float gain = amptable[get_bits(&gb, 3)];
         int cb_coef = get_bits(&gb, 6 + (x&1));
+
         decode(ractx, gain, cb_coef);
 
         for (y=0; y < 5; y++)




More information about the ffmpeg-cvslog mailing list