Browse Source
remove amf
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3156/head
crueter
2 weeks ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
0 additions and
3 deletions
-
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) { |
|
|
|
|