Commit 3ea765b0 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/avf_concat: fix AVOption flags typo

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent fcbf16a7
...@@ -68,7 +68,7 @@ static const AVOption concat_options[] = { ...@@ -68,7 +68,7 @@ static const AVOption concat_options[] = {
AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, A|F}, AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, A|F},
{ "unsafe", "enable unsafe mode", { "unsafe", "enable unsafe mode",
OFFSET(unsafe), OFFSET(unsafe),
AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, A|A|F}, AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, V|A|F},
{ 0 } { 0 }
}; };
......
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