From 1d02264844acc3cb9a835b11344892f17e0e6edc Mon Sep 17 00:00:00 2001 From: SDK-Chan Date: Mon, 14 Jul 2025 19:17:07 +0200 Subject: [PATCH] Update src/video_core/host1x/ffmpeg/ffmpeg.cpp --- 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 bc3bd0c094..d100d17869 100644 --- a/src/video_core/host1x/ffmpeg/ffmpeg.cpp +++ b/src/video_core/host1x/ffmpeg/ffmpeg.cpp @@ -33,7 +33,6 @@ constexpr std::array PreferredGpuDecoders = { #elif defined(__FreeBSD__) AV_HWDEVICE_TYPE_VDPAU, #elif defined(__unix__) - AV_HWDEVICE_TYPE_CUDA, AV_HWDEVICE_TYPE_VAAPI, AV_HWDEVICE_TYPE_VDPAU, #endif