@ -4528,6 +4528,7 @@ static const OptionDef options[] = {
{ " version " , OPT_EXIT , { ( void * ) show_version } , " show version " } ,
{ " version " , OPT_EXIT , { ( void * ) show_version } , " show version " } ,
{ " L " , OPT_EXIT , { ( void * ) show_license } , " show license " } ,
{ " L " , OPT_EXIT , { ( void * ) show_license } , " show license " } ,
{ " formats " , OPT_EXIT , { ( void * ) show_formats } , " show available formats, codecs, protocols, ... " } ,
{ " formats " , OPT_EXIT , { ( void * ) show_formats } , " show available formats, codecs, protocols, ... " } ,
{ " loglevel " , HAS_ARG | OPT_FUNC2 , { ( void * ) opt_loglevel } , " set libav* logging level " , " logging level number or string " } ,
{ " n " , OPT_BOOL , { ( void * ) & no_launch } , " enable no-launch mode " } ,
{ " n " , OPT_BOOL , { ( void * ) & no_launch } , " enable no-launch mode " } ,
{ " d " , 0 , { ( void * ) opt_debug } , " enable debug mode " } ,
{ " d " , 0 , { ( void * ) opt_debug } , " enable debug mode " } ,
{ " f " , HAS_ARG | OPT_STRING , { ( void * ) & config_filename } , " use configfile instead of /etc/ffserver.conf " , " configfile " } ,
{ " f " , HAS_ARG | OPT_STRING , { ( void * ) & config_filename } , " use configfile instead of /etc/ffserver.conf " , " configfile " } ,