summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichel Bardiaux <mbardiaux@peaktime.be>2004-10-07 03:20:27 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-10-07 03:20:27 +0000
commit791d8d1d67273e8cf948d816ef9e009581273832 (patch)
treeed8ca3f878a24a5eb82de968a9d94d07f959aac4 /ffmpeg.c
parent6c55b27f8f7b41c34ecaf1c7986f23809adc80e0 (diff)
downloadffmpeg-streaming-791d8d1d67273e8cf948d816ef9e009581273832.zip
ffmpeg-streaming-791d8d1d67273e8cf948d816ef9e009581273832.tar.gz
Doc improvement for -target patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Originally committed as revision 3569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 62593e9..8ad18f3 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3746,7 +3746,7 @@ const OptionDef options[] = {
{ "re", OPT_BOOL | OPT_EXPERT, {(void*)&rate_emu}, "read input at native frame rate", "" },
{ "loop", OPT_BOOL | OPT_EXPERT, {(void*)&loop_input}, "loop (current only works with images)" },
{ "v", HAS_ARG, {(void*)opt_verbose}, "control amount of logging", "verbose" },
- { "target", HAS_ARG, {(void*)opt_target}, "specify target file type (\"vcd\", \"svcd\" or \"dvd\")", "type" },
+ { "target", HAS_ARG, {(void*)opt_target}, "specify target file type (\"vcd\", \"svcd\", \"dvd\", \"pal-vcd\", \"ntsc-svcd\", ...)", "type" },
{ "threads", HAS_ARG | OPT_EXPERT, {(void*)opt_thread_count}, "thread count", "count" },
{ "vsync", HAS_ARG | OPT_INT | OPT_EXPERT, {(void*)&video_sync_method}, "video sync method", "" },
{ "async", HAS_ARG | OPT_INT | OPT_EXPERT, {(void*)&audio_sync_method}, "audio sync method", "" },
OpenPOWER on IntegriCloud