]> git.sesse.net Git - ffmpeg/commit
hwcontext_qsv: do not fail when download/upload VPP session creation fails
authorAnton Khirnov <anton@khirnov.net>
Wed, 10 Aug 2016 10:54:31 +0000 (12:54 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 7 Nov 2016 11:47:26 +0000 (12:47 +0100)
commitb91ce4860054430d3712deb0d9487cac2fcb7d68
treef1bb665cdf385af416f5af540cdec782929c960d
parentb115a35ea62b8f479b48d99a601f0e157517301e
hwcontext_qsv: do not fail when download/upload VPP session creation fails

Certain pixel formats (e.g. P8) might not be supported for
download/upload through VPP operations, but can still be used otherwise.

Signed-off-by: Maxym Dmytrychenko <maxym.dmytrychenko@intel.com>
libavutil/hwcontext_qsv.c