diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-05-26 09:23:39 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-05-26 14:00:09 +0000 |
commit | add8c63ce4dd91bacc8044351d292ded85d5724f (patch) | |
tree | 9fd5e813221bd969f63595c37d1a9192d3c12bc4 | |
parent | 7aa99a69c7a41b3d1a01ea3548ce78dcab211870 (diff) | |
download | ffmpeg-add8c63ce4dd91bacc8044351d292ded85d5724f.tar.gz |
lavfi/bbox: timeline support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | libavfilter/vf_bbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_bbox.c b/libavfilter/vf_bbox.c index 1c28f8c13e..3b511cae2c 100644 --- a/libavfilter/vf_bbox.c +++ b/libavfilter/vf_bbox.c @@ -116,4 +116,5 @@ AVFilter avfilter_vf_bbox = { .query_formats = query_formats, .inputs = bbox_inputs, .outputs = bbox_outputs, + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, }; |