diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-16 10:00:32 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-16 10:00:32 +0000 |
commit | fb74bc4361704fd490ecfb231176ff517cdf0a14 (patch) | |
tree | 863fb0027ede7b489d052ec601668578212c0e2c | |
parent | bc2869f6dd8d333e64d89fac0fd34f9a81ed831e (diff) | |
download | ffmpeg-fb74bc4361704fd490ecfb231176ff517cdf0a14.tar.gz |
Don't show subtitle and grab options within the ffmpeg -h generic options.
Originally committed as revision 13778 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3400,7 +3400,7 @@ static void show_help(void) "Hyper fast Audio and Video encoder\n"); printf("\n"); show_help_options(options, "Main options:\n", - OPT_EXPERT | OPT_AUDIO | OPT_VIDEO, 0); + OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_SUBTITLE | OPT_GRAB, 0); show_help_options(options, "\nVideo options:\n", OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_GRAB, OPT_VIDEO); |