[FFmpeg-cvslog] avfilter/vf_swaprect: add timeline support
Paul B Mahol
git at videolan.org
Mon Feb 8 15:50:51 CET 2016
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Feb 8 15:43:09 2016 +0100| [35d9441f7b96d6e48353466313dfa127513c2f41] | committer: Paul B Mahol
avfilter/vf_swaprect: add timeline support
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=35d9441f7b96d6e48353466313dfa127513c2f41
---
libavfilter/vf_swaprect.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavfilter/vf_swaprect.c b/libavfilter/vf_swaprect.c
index 3401759..a467627 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,
};
More information about the ffmpeg-cvslog
mailing list