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

Reply via email to