Commit 27565ace authored by Tim Nicholson's avatar Tim Nicholson Committed by Michael Niedermayer

ffmpeg_opt.c: fix regression introduced in 5743095c

-vtag is an input and output option.
Signed-off-by: 's avatarTim Nicholson <tim.nicholson@bbc.co.uk>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c299fbbb
......@@ -3040,7 +3040,7 @@ const OptionDef options[] = {
OPT_INPUT | OPT_OUTPUT, { .off = OFFSET(top_field_first) },
"top=1/bottom=0/auto=-1 field first", "" },
{ "vtag", OPT_VIDEO | HAS_ARG | OPT_EXPERT | OPT_PERFILE |
OPT_OUTPUT, { .func_arg = opt_old2new },
OPT_INPUT | OPT_OUTPUT, { .func_arg = opt_old2new },
"force video tag/fourcc", "fourcc/tag" },
{ "qphist", OPT_VIDEO | OPT_BOOL | OPT_EXPERT , { &qp_hist },
"show QP histogram" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment