]> git.sesse.net Git - ffmpeg/commit
avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE
authorPavel Koshevoy <pkoshevoy@gmail.com>
Tue, 22 Sep 2020 03:40:27 +0000 (21:40 -0600)
committerPavel Koshevoy <pkoshevoy@gmail.com>
Mon, 28 Sep 2020 01:15:44 +0000 (19:15 -0600)
commit5bbf58ab876279ca1a5a2f30563f271c99b93e62
treec21548c5e8ece9f5c0ee0df67acdbb57440ce176
parent5bf22519cec50cceada06bb58a9d1fa2bb30d1ec
avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE

Allow setparams to be used with hw backed frames and
avoid an assertion failure in avfilter_config_links.
libavfilter/vf_setparams.c