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 'h':
|
||||
show_help();
|
||||
exit(1);
|
||||
exit(0);
|
||||
case 'n':
|
||||
no_launch = 1;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue