diff --git a/src/video_core/host1x/ffmpeg/ffmpeg.cpp b/src/video_core/host1x/ffmpeg/ffmpeg.cpp index 2fd18df25d..2c9e84aa76 100644 --- a/src/video_core/host1x/ffmpeg/ffmpeg.cpp +++ b/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,