Update src/video_core/host1x/ffmpeg/ffmpeg.cpp

This commit is contained in:
SDK-Chan 2025-07-14 19:17:07 +02:00
parent 8de0ecae62
commit 1d02264844

View file

@ -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