Browse Source

VA-API above Vulkan on Linux

pull/2966/head
MaranBr 3 months ago
committed by crueter
parent
commit
40370e8283
  1. 2
      src/video_core/host1x/ffmpeg/ffmpeg.cpp

2
src/video_core/host1x/ffmpeg/ffmpeg.cpp

@ -35,8 +35,8 @@ constexpr std::array PreferredGpuDecoders = {
AV_HWDEVICE_TYPE_VDPAU,
#elif defined(__linux__)
AV_HWDEVICE_TYPE_CUDA,
AV_HWDEVICE_TYPE_VULKAN,
AV_HWDEVICE_TYPE_VAAPI,
AV_HWDEVICE_TYPE_VULKAN,
AV_HWDEVICE_TYPE_VDPAU,
#else
AV_HWDEVICE_TYPE_VULKAN,

Loading…
Cancel
Save