diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-02-08 15:43:09 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-02-08 15:43:09 +0100 |
commit | 35d9441f7b96d6e48353466313dfa127513c2f41 (patch) | |
tree | f201a1c8f45828d3f80075c7ef5caaa0a26902c0 | |
parent | 05924e1440fd04cc0f1ab0c0899a8ce344bd5632 (diff) | |
download | ffmpeg-35d9441f7b96d6e48353466313dfa127513c2f41.tar.gz |
avfilter/vf_swaprect: add timeline support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | libavfilter/vf_swaprect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_swaprect.c b/libavfilter/vf_swaprect.c index 340175927f..a46762738a 100644 --- a/libavfilter/vf_swaprect.c +++ b/libavfilter/vf_swaprect.c @@ -252,4 +252,5 @@ AVFilter ff_vf_swaprect = { .uninit = uninit, .inputs = inputs, .outputs = outputs, + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, }; |