mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
c3c2f5bfb6
The ffmpeg core not support the usage of HW based video decoders. Core options to configure the HW decoder to use is provided. Proper fallback to the SW based decoder is implemented. Currently the decoder loop in single threaded and is limited by the color conversion that is done in software. The frame based threading provided by ffmpeg also currently doesn't seem to provide any benefits in configuring it.