mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 03:52:48 +00:00
Also add bitstream restrictions to Qualcomm devices to hopefully address the GS3 issue
This commit is contained in:
parent
ac5c264090
commit
b2ad259a7c
@ -48,6 +48,7 @@ public class MediaCodecDecoderRenderer implements VideoDecoderRenderer {
|
|||||||
static {
|
static {
|
||||||
spsFixupBitsreamFixupDecoderPrefixes = new LinkedList<String>();
|
spsFixupBitsreamFixupDecoderPrefixes = new LinkedList<String>();
|
||||||
spsFixupBitsreamFixupDecoderPrefixes.add("omx.nvidia");
|
spsFixupBitsreamFixupDecoderPrefixes.add("omx.nvidia");
|
||||||
|
spsFixupBitsreamFixupDecoderPrefixes.add("omx.qcom");
|
||||||
|
|
||||||
spsFixupNumRefFixupDecoderPrefixes = new LinkedList<String>();
|
spsFixupNumRefFixupDecoderPrefixes = new LinkedList<String>();
|
||||||
spsFixupNumRefFixupDecoderPrefixes.add("omx.TI");
|
spsFixupNumRefFixupDecoderPrefixes.add("omx.TI");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user