From ef3efa0dbc4049700f76b2923cdeb26b8f652f70 Mon Sep 17 00:00:00 2001
From: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Date: Mon, 16 Jun 2008 13:02:22 +0000
Subject: [PATCH] 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
---
 ffmpeg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index 5fa57082660..36d9f372d6e 100644
--- a/ffmpeg.c
+++ b/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);
-- 
GitLab