Hi!
Attached patch should fix ticket #1057.
Please comment, Carl Eugen
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index 42d2327..55818e1 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -3085,8 +3085,8 @@ const OptionDef options[] = {
OPT_INPUT, { .off =
OFFSET(rate_emu) },
"read input at native frame rate", "" },
{ "target", HAS_ARG | OPT_PERFILE | OPT_OUTPUT, {
.func_arg = opt_target },
- "specify target file type (\"vcd\", \"svcd\", \"dvd\","
- " \"dv\", \"dv50\", \"pal-vcd\", \"ntsc-svcd\", ...)", "type" },
+ "specify target file type (\"vcd\", \"svcd\", \"dvd\", \"dv\" or
\"dv50\" "
+ "with optional prefixes \"pal-\", \"ntsc-\" or \"film-\")", "type" },
{ "vsync", HAS_ARG | OPT_EXPERT, {
opt_vsync },
"video sync method", "" },
{ "frame_drop_threshold", HAS_ARG | OPT_FLOAT | OPT_EXPERT, {
&frame_drop_threshold },
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel