[FFmpeg-cvslog] r10070 - in trunk: ffmpeg.c ffserver.c

diego subversion
Sat Aug 11 15:11:30 CEST 2007


Author: diego
Date: Sat Aug 11 15:11:30 2007
New Revision: 10070

Log:
Make show-license exit 0.
patch by Stefano Sabatini, stefano.sabatini-lala poste it


Modified:
   trunk/ffmpeg.c
   trunk/ffserver.c

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	(original)
+++ trunk/ffmpeg.c	Sat Aug 11 15:11:30 2007
@@ -3760,7 +3760,7 @@ static void opt_show_license(void)
     "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n"
     );
 #endif
-    exit(1);
+    exit(0);
 }
 
 /**

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Sat Aug 11 15:11:30 2007
@@ -4439,7 +4439,7 @@ int main(int argc, char **argv)
         switch(c) {
         case 'L':
             show_license();
-            exit(1);
+            exit(0);
         case '?':
         case 'h':
             show_help();




More information about the ffmpeg-cvslog mailing list