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;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to