mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
Don't prefer the newer Samsung decoder because it seems to cause issues on older devices
This commit is contained in:
parent
ace1339811
commit
6efc7e254b
@ -54,9 +54,6 @@ public class MediaCodecDecoderRenderer implements VideoDecoderRenderer {
|
|||||||
|
|
||||||
static {
|
static {
|
||||||
preferredDecoders = new LinkedList<String>();
|
preferredDecoders = new LinkedList<String>();
|
||||||
|
|
||||||
// This is the most reliable of Samsung's decoders
|
|
||||||
preferredDecoders.add("OMX.SEC.AVC.Decoder");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user