[FFmpeg-cvslog] r10103 - trunk/ffserver.c

diego subversion
Mon Aug 13 10:41:51 CEST 2007


Author: diego
Date: Mon Aug 13 10:41:51 2007
New Revision: 10103

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


Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Mon Aug 13 10:41:51 2007
@@ -4443,7 +4443,7 @@ int main(int argc, char **argv)
         case '?':
         case 'h':
             show_help();
-            exit(1);
+            exit(0);
         case 'n':
             no_launch = 1;
             break;




More information about the ffmpeg-cvslog mailing list