ffmpeg | branch: master | Guo, Yejun <yejun....@intel.com> | Mon Oct 28 21:11:02 2019 +0800| [912ab246f16699b2b2c782ab63884b00f2e39dae] | committer: Pedro Arthur
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....@intel.com> Signed-off-by: Pedro Arthur <bygran...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=912ab246f16699b2b2c782ab63884b00f2e39dae --- libavfilter/vf_sr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavfilter/vf_sr.c b/libavfilter/vf_sr.c index fff19ea693..562b03069b 100644 --- a/libavfilter/vf_sr.c +++ b/libavfilter/vf_sr.c @@ -317,5 +317,4 @@ AVFilter ff_vf_sr = { .inputs = sr_inputs, .outputs = sr_outputs, .priv_class = &sr_class, - .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, }; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".