avfilter/avf_concat: fix AVOption flags typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
fcbf16a76f
commit
3ea765b033
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ static const AVOption concat_options[] = {
|
|||
AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, A|F},
|
||||
{ "unsafe", "enable unsafe mode",
|
||||
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 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue