From 0163b66e644989617fca0eef13b02521929c6bc4 Mon Sep 17 00:00:00 2001 From: MaranBr Date: Mon, 14 Jul 2025 22:29:07 +0200 Subject: [PATCH] Clean up the code --- src/video_core/host1x/ffmpeg/ffmpeg.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video_core/host1x/ffmpeg/ffmpeg.cpp b/src/video_core/host1x/ffmpeg/ffmpeg.cpp index d100d17869..5321c8c98c 100644 --- a/src/video_core/host1x/ffmpeg/ffmpeg.cpp +++ b/src/video_core/host1x/ffmpeg/ffmpeg.cpp @@ -34,7 +34,6 @@ constexpr std::array PreferredGpuDecoders = { AV_HWDEVICE_TYPE_VDPAU, #elif defined(__unix__) AV_HWDEVICE_TYPE_VAAPI, - AV_HWDEVICE_TYPE_VDPAU, #endif AV_HWDEVICE_TYPE_VULKAN, };