From 50bed1ea30b4609879a05fb017ea3f424d0ebebc Mon Sep 17 00:00:00 2001 From: crueter Date: Tue, 9 Dec 2025 13:16:28 -0500 Subject: [PATCH] remove amf Signed-off-by: crueter --- src/video_core/host1x/ffmpeg/ffmpeg.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/video_core/host1x/ffmpeg/ffmpeg.cpp b/src/video_core/host1x/ffmpeg/ffmpeg.cpp index f4858bc869..2eeb52f6b2 100644 --- a/src/video_core/host1x/ffmpeg/ffmpeg.cpp +++ b/src/video_core/host1x/ffmpeg/ffmpeg.cpp @@ -45,9 +45,6 @@ constexpr std::array PreferredGpuDecoders = { AV_HWDEVICE_TYPE_VDPAU, #endif AV_HWDEVICE_TYPE_VULKAN, -#if defined(__linux__) || defined(__MINGW64__) - AV_HWDEVICE_TYPE_AMF, -#endif }; AVPixelFormat GetGpuFormat(AVCodecContext* codec_context, const AVPixelFormat* pix_fmts) {