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