Commit b6c2c691 authored by diego's avatar diego

Make ffserver -h exit 0.

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10103 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a0d104e6
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment