diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-06-06 17:44:54 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-06-06 17:44:54 +0000 |
commit | 355423886352969970c694826b2a40e6344b1327 (patch) | |
tree | efd862931af532e6eeb601b3c02c2a784f7a2020 /libavfilter/vf_il.c | |
parent | 7d01533371aac2ee91fce29b2ec1c6c8a8790cff (diff) | |
download | ffmpeg-355423886352969970c694826b2a40e6344b1327.tar.gz |
lavfi/il: add timeline support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_il.c')
-rw-r--r-- | libavfilter/vf_il.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_il.c b/libavfilter/vf_il.c index 86dc683164..f3a1dc1c81 100644 --- a/libavfilter/vf_il.c +++ b/libavfilter/vf_il.c @@ -209,4 +209,5 @@ AVFilter avfilter_vf_il = { .inputs = inputs, .outputs = outputs, .priv_class = &il_class, + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, }; |