forked from FFmpeg/FFmpeg
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:
parent
9d4edf966e
commit
8838141268
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue