avfilter/vf_sr: correct flags since the filter changes frame w/h

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>
This commit is contained in:
Guo, Yejun 2019-10-28 21:11:02 +08:00 committed by Pedro Arthur
parent f4b3c0e55c
commit 912ab246f1
1 changed files with 0 additions and 1 deletions

View 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,
};