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

superdump subversion at mplayerhq.hu
Tue Jul 15 17:29:45 CEST 2008


Author: superdump
Date: Tue Jul 15 17:29:44 2008
New Revision: 2797

Log:
10l - forgot to change a return value from -1 to ret


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Tue Jul 15 17:29:44 2008
@@ -754,7 +754,7 @@ static int GASpecificConfig(AACContext *
             return ret;
     } else {
         if((ret = program_config_element_default(ac, channels)))
-            return -1;
+            return ret;
     }
 
     if (ext) {



More information about the FFmpeg-soc mailing list