]> git.sesse.net Git - ffmpeg/commitdiff
avfilter/vf_sr: correct flags since the filter changes frame w/h
authorGuo, Yejun <yejun.guo@intel.com>
Mon, 28 Oct 2019 13:11:02 +0000 (21:11 +0800)
committerPedro Arthur <bygrandao@gmail.com>
Wed, 30 Oct 2019 15:01:52 +0000 (12:01 -0300)
If filter changes frame w/h, AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
cannot be supported.

Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
libavfilter/vf_sr.c

index fff19ea6931be20b661de9f52a588eb3a61e389b..562b03069b2a1bd89b71fb3ab408a6c09952b23e 100644 (file)
@@ -317,5 +317,4 @@ AVFilter ff_vf_sr = {
     .inputs        = sr_inputs,
     .outputs       = sr_outputs,
     .priv_class    = &sr_class,
-    .flags         = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
 };