[FFmpeg-cvslog] ffmpeg_opt: add OPT_INPUT to -fix_sub_duration and -canvas_size.
Nicolas George
git at videolan.org
Sat Mar 16 17:22:27 CET 2013
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Sat Mar 16 11:05:45 2013 +0100| [639a9e21a63a58c32a1e3d9fe51dc9c00794756b] | committer: Nicolas George
ffmpeg_opt: add OPT_INPUT to -fix_sub_duration and -canvas_size.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=639a9e21a63a58c32a1e3d9fe51dc9c00794756b
---
ffmpeg_opt.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index e6fab2a..728d474 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -2733,9 +2733,9 @@ const OptionDef options[] = {
"force subtitle codec ('copy' to copy stream)", "codec" },
{ "stag", OPT_SUBTITLE | HAS_ARG | OPT_EXPERT | OPT_PERFILE | OPT_OUTPUT, { .func_arg = opt_old2new }
, "force subtitle tag/fourcc", "fourcc/tag" },
- { "fix_sub_duration", OPT_BOOL | OPT_EXPERT | OPT_SUBTITLE | OPT_SPEC, { .off = OFFSET(fix_sub_duration) },
+ { "fix_sub_duration", OPT_BOOL | OPT_EXPERT | OPT_SUBTITLE | OPT_SPEC | OPT_INPUT, { .off = OFFSET(fix_sub_duration) },
"fix subtitles duration" },
- { "canvas_size", OPT_SUBTITLE | HAS_ARG | OPT_STRING | OPT_SPEC, { .off = OFFSET(canvas_sizes) },
+ { "canvas_size", OPT_SUBTITLE | HAS_ARG | OPT_STRING | OPT_SPEC | OPT_INPUT, { .off = OFFSET(canvas_sizes) },
"set canvas size (WxH or abbreviation)", "size" },
/* grab options */
More information about the ffmpeg-cvslog
mailing list