diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-05-12 12:34:02 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-05-12 12:34:02 +0200 |
commit | 9b6f8fb25df6143eb167db6291a156a34f91b23d (patch) | |
tree | 71da2df75e1cdd714ab7926a8b201f44a5df3c7a /libavfilter/vf_deblock.c | |
parent | 10ca419dd8a34491196ce6aad5e563b0a1570826 (diff) | |
download | ffmpeg-9b6f8fb25df6143eb167db6291a156a34f91b23d.tar.gz |
avfilter/vf_deblock: add timeline support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_deblock.c')
-rw-r--r-- | libavfilter/vf_deblock.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, }; |