Browse Source

remove amf

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3156/head
crueter 2 weeks ago
parent
commit
50bed1ea30
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 3
      src/video_core/host1x/ffmpeg/ffmpeg.cpp

3
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) {

Loading…
Cancel
Save