Clean up the code

This commit is contained in:
MaranBr 2025-07-14 22:29:07 +02:00
parent 1d02264844
commit 0163b66e64

View file

@ -34,7 +34,6 @@ constexpr std::array PreferredGpuDecoders = {
AV_HWDEVICE_TYPE_VDPAU,
#elif defined(__unix__)
AV_HWDEVICE_TYPE_VAAPI,
AV_HWDEVICE_TYPE_VDPAU,
#endif
AV_HWDEVICE_TYPE_VULKAN,
};