Make ffserver -h exit 0.

patch by Stefano Sabatini, stefano.sabatini-lala poste it

Originally committed as revision 10103 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2007-08-13 08:41:51 +00:00 committed by Diego Biurrun
parent 9d4edf966e
commit 8838141268

View file

@ -4443,7 +4443,7 @@ int main(int argc, char **argv)
case '?': case '?':
case 'h': case 'h':
show_help(); show_help();
exit(1); exit(0);
case 'n': case 'n':
no_launch = 1; no_launch = 1;
break; break;