瀏覽代碼

Don't show advanced subtitle options within the ffmpeg -h generic
advanced options.

Originally committed as revision 13779 to svn://svn.ffmpeg.org/ffmpeg/trunk

Stefano Sabatini 17 年之前
父節點
當前提交
ef3efa0dbc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ffmpeg.c

+ 1 - 1
ffmpeg.c

@@ -3420,7 +3420,7 @@ static void show_help(void)
                       OPT_GRAB,
                       OPT_GRAB);
     show_help_options(options, "\nAdvanced options:\n",
-                      OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_GRAB,
+                      OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_SUBTITLE | OPT_GRAB,
                       OPT_EXPERT);
     printf("\n");
     av_opt_show(avctx_opts[0], NULL);