[FFmpeg-soc] [soc]: r3296 - aac/aac.c

superdump subversion at mplayerhq.hu
Fri Aug 15 01:59:21 CEST 2008


Author: superdump
Date: Fri Aug 15 01:59:21 2008
New Revision: 3296

Log:
Reindent


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Fri Aug 15 01:59:21 2008
@@ -1737,7 +1737,7 @@ static int aac_decode_frame(AVCodecConte
         }
         if(elem_type && elem_type < TYPE_DSE) {
             if(!ac->che[elem_type][elem_id])
-            return -1;
+                return -1;
             if(elem_type != TYPE_CCE)
                 ac->che[elem_type][elem_id]->coup.coupling_point = 4;
         }



More information about the FFmpeg-soc mailing list