Browse Source

Clean up the code

pull/64/head
MaranBr 8 months ago
parent
commit
0163b66e64
  1. 1
      src/video_core/host1x/ffmpeg/ffmpeg.cpp

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

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

Loading…
Cancel
Save