Author: superdump
Date: Thu Aug  7 11:59:49 2008
New Revision: 3050

Log:
Rename program_config_element_default() as set_pce_to_defaults()


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Thu Aug  7 11:59:49 2008
@@ -333,7 +333,7 @@ static int program_config_element(AACCon
  * Set up ProgramConfig, but based on a default channel configuration
  * as specified in table 1.17.
  */
-static int program_config_element_default(AACContext *ac, ProgramConfig 
*newpcs, int channels)
+static int set_pce_to_defaults(AACContext *ac, ProgramConfig *newpcs, int 
channels)
 {
     /* Pre-mixed down-mix outputs are not available. */
     newpcs->mono_mixdown_tag   = -1;
@@ -400,7 +400,7 @@ static int ga_specific_config(AACContext
         if((ret  = program_config_element(ac, &newpcs, gb)))
             return ret;
     } else {
-        if((ret = program_config_element_default(ac, &newpcs, channels)))
+        if((ret = set_pce_to_defaults(ac, &newpcs, channels)))
             return ret;
     }
     if((ret = output_configure(ac, &ac->pcs, &newpcs)))
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to