projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb74bc4
)
Don't show advanced subtitle options within the ffmpeg -h generic
author
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Mon, 16 Jun 2008 13:02:22 +0000
(13:02 +0000)
committer
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Mon, 16 Jun 2008 13:02:22 +0000
(13:02 +0000)
advanced options.
Originally committed as revision 13779 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
patch
|
blob
|
history
diff --git
a/ffmpeg.c
b/ffmpeg.c
index 5fa57082660956565525c4a2133de7d2cd47d795..36d9f372d6e35cf1570acae6ef96fd34bb746b14 100644
(file)
--- 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);