mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-10-26 11:17:54 +00:00
Enable HEVC RFI for Exynos decoders
This commit is contained in:
parent
585dc45595
commit
d46fab33b3
@ -70,7 +70,10 @@ public class MediaCodecHelper {
|
||||
|
||||
static {
|
||||
refFrameInvalidationAvcPrefixes = new LinkedList<>();
|
||||
|
||||
refFrameInvalidationHevcPrefixes = new LinkedList<>();
|
||||
refFrameInvalidationHevcPrefixes.add("omx.exynos");
|
||||
refFrameInvalidationHevcPrefixes.add("c2.exynos");
|
||||
|
||||
// Qualcomm and NVIDIA may be added at runtime
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user