gl: vaapi: add an interop blacklist
commit0188f10d3aa99b0122e9e05a31230756d262aa28
authorThomas Guillem <thomas@gllm.fr>
Fri, 23 Jun 2017 11:21:38 +0000 (23 13:21 +0200)
committerThomas Guillem <thomas@gllm.fr>
Fri, 23 Jun 2017 11:57:42 +0000 (23 13:57 +0200)
treed15847185cdf0d36dc101db69c3b24c0b31dcda4
parent5875099e5b739168759c65e7015d6a3e23ed2cb9
gl: vaapi: add an interop blacklist

I didn't find any other way to check if a driver can do interop. Except
checking if vaDeriveImage() works (that is done in the previous commit), but
it's better to fail earlier to avoid useless surfaces allocation.
modules/video_output/opengl/converter_vaapi.c