mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/vf_swaprect: add timeline support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
05924e1440
commit
35d9441f7b
|
@ -252,4 +252,5 @@ AVFilter ff_vf_swaprect = {
|
|||
.uninit = uninit,
|
||||
.inputs = inputs,
|
||||
.outputs = outputs,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue