mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 11:03:01 +00:00
Add support for per-codec reference frame invalidation options
This commit is contained in:
parent
ae852eb911
commit
864bcadcb2
@ -12,7 +12,8 @@ public class MoonBridge {
|
||||
public static final int VIDEO_FORMAT_H265 = 2;
|
||||
|
||||
public static final int CAPABILITY_DIRECT_SUBMIT = 1;
|
||||
public static final int CAPABILITY_REFERENCE_FRAME_INVALIDATION = 2;
|
||||
public static final int CAPABILITY_REFERENCE_FRAME_INVALIDATION_AVC = 2;
|
||||
public static final int CAPABILITY_REFERENCE_FRAME_INVALIDATION_HEVC = 4;
|
||||
|
||||
public static final int DR_OK = 0;
|
||||
public static final int DR_NEED_IDR = -1;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 7aeaefd24f91981a6e25a90d4414e1e0e46b97c8
|
||||
Subproject commit ec6c5691302a846100760536440c5e240a1783a8
|
Loading…
x
Reference in New Issue
Block a user