[FFmpeg-cvslog] avfilter/vf_deblock: add timeline support
Paul B Mahol
git at videolan.org
Sat May 12 13:45:04 EEST 2018
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat May 12 12:34:02 2018 +0200| [9b6f8fb25df6143eb167db6291a156a34f91b23d] | committer: Paul B Mahol
avfilter/vf_deblock: add timeline support
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9b6f8fb25df6143eb167db6291a156a34f91b23d
---
libavfilter/vf_deblock.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavfilter/vf_deblock.c b/libavfilter/vf_deblock.c
index 229770908a..39de0d2d11 100644
--- a/libavfilter/vf_deblock.c
+++ b/libavfilter/vf_deblock.c
@@ -410,4 +410,5 @@ AVFilter ff_vf_deblock = {
.query_formats = query_formats,
.inputs = inputs,
.outputs = outputs,
+ .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};
More information about the ffmpeg-cvslog
mailing list