Author: superdump
Date: Sat Aug  9 11:27:53 2008
New Revision: 3089

Log:
Reindent


Modified:
   aac/aac.c
   aac/aac.h

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Sat Aug  9 11:27:53 2008
@@ -298,7 +298,7 @@ static int set_default_channel_config(AA
         new_che_pos[TYPE_SCE][1] = AAC_CHANNEL_BACK;  // back center
     if(channel_config > 4)
         new_che_pos[TYPE_CPE][(channel_config == 7) + 1]
-                               = AAC_CHANNEL_BACK;  // back stereo
+                                 = AAC_CHANNEL_BACK;  // back stereo
     if(channel_config > 5)
         new_che_pos[TYPE_LFE][0] = AAC_CHANNEL_LFE;   // LFE
     if(channel_config == 7)

Modified: aac/aac.h
==============================================================================
--- aac/aac.h   (original)
+++ aac/aac.h   Sat Aug  9 11:27:53 2008
@@ -307,7 +307,7 @@ typedef struct {
      */
     enum ChannelPosition che_pos[4][MAX_ELEM_ID]; /**< channel element channel 
mapping with the
                                                    *   first index as the 
first 4 raw data block types
-                                                 */
+                                                   */
     ChannelElement * che[4][MAX_ELEM_ID];
     /** @} */
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to