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

superdump subversion at mplayerhq.hu
Tue Jul 15 14:10:30 CEST 2008


Author: superdump
Date: Tue Jul 15 14:10:29 2008
New Revision: 2787

Log:
Reindent after last commit


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Tue Jul 15 14:10:29 2008
@@ -544,7 +544,7 @@ static int output_configure(AACContext *
         for(j = 0; j < 4; j++) {
             if(pcs->che_type[j][i]) {
                 if(!ac->che[j][i])
-                ac->che[j][i] = av_mallocz(sizeof(ChannelElement));
+                    ac->che[j][i] = av_mallocz(sizeof(ChannelElement));
                 if(j != ID_CCE) {
                     ac->output_data[channels++] = ac->che[j][i]->ch[0].ret;
                     ac->che[j][i]->ch[0].mixing_gain = 1.0f;



More information about the FFmpeg-soc mailing list