summaryrefslogtreecommitdiffstats
path: root/video/out/hwdec/hwdec_vaapi.h
Commit message (Collapse)AuthorAgeFilesLines
* vo_gpu: hwdec_vaapi: Refactor Vulkan and OpenGL interops for VAAPIPhilip Langdale2019-09-151-0/+64
Like hwdec_cuda, you get a big #ifdef mess if you try and keep the OpenGL and Vulkan interops in the same file. So, I've refactored them into separate files in a similar way.