[FFmpeg-devel] [PATCH 3/4] lavfi/bbox: timeline support

Stefano Sabatini stefasab at gmail.com
Sun May 26 13:37:21 CEST 2013


On date Sunday 2013-05-26 10:00:57 +0000, Paul B Mahol encoded:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  libavfilter/vf_bbox.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavfilter/vf_bbox.c b/libavfilter/vf_bbox.c
> index 9e1c801..2081e68 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,
>  };

LGTM if tested and works.
-- 
FFmpeg = Fiendish & Forgiving Mortal Plastic Enigmatic Game


More information about the ffmpeg-devel mailing list