Browse Source

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

pull/64/head
SDK-Chan 8 months ago
parent
commit
1d02264844
  1. 1
      src/video_core/host1x/ffmpeg/ffmpeg.cpp

1
src/video_core/host1x/ffmpeg/ffmpeg.cpp

@ -33,7 +33,6 @@ constexpr std::array PreferredGpuDecoders = {
#elif defined(__FreeBSD__) #elif defined(__FreeBSD__)
AV_HWDEVICE_TYPE_VDPAU, AV_HWDEVICE_TYPE_VDPAU,
#elif defined(__unix__) #elif defined(__unix__)
AV_HWDEVICE_TYPE_CUDA,
AV_HWDEVICE_TYPE_VAAPI, AV_HWDEVICE_TYPE_VAAPI,
AV_HWDEVICE_TYPE_VDPAU, AV_HWDEVICE_TYPE_VDPAU,
#endif #endif

Loading…
Cancel
Save