forked from FFmpeg/FFmpeg
avfilter/vf_zoompan: remove AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Suggested-by: <durandal_1707> Fixes: assertion failure Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
0181b202cc
commit
aa26258faa
1 changed files with 0 additions and 1 deletions
|
@ -373,5 +373,4 @@ AVFilter ff_vf_zoompan = {
|
|||
.activate = activate,
|
||||
.inputs = inputs,
|
||||
.outputs = outputs,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue