mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +00:00
Block OMX.ffmpeg software decoders
This commit is contained in:
parent
780a64694d
commit
8911c58e50
@ -71,6 +71,9 @@ public class MediaCodecHelper {
|
|||||||
blacklistedDecoderPrefixes.add("AVCDecoder");
|
blacklistedDecoderPrefixes.add("AVCDecoder");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Never use ffmpeg decoders since they're software decoders
|
||||||
|
blacklistedDecoderPrefixes.add("OMX.ffmpeg");
|
||||||
|
|
||||||
// Without bitstream fixups, we perform horribly on NVIDIA's HEVC
|
// Without bitstream fixups, we perform horribly on NVIDIA's HEVC
|
||||||
// decoder. While not strictly necessary, I'm going to fully blacklist this
|
// decoder. While not strictly necessary, I'm going to fully blacklist this
|
||||||
// one to avoid users getting inaccurate impressions of Tegra X1/Moonlight performance.
|
// one to avoid users getting inaccurate impressions of Tegra X1/Moonlight performance.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user