mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 03:23:07 +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 {
|
||||
preferredDecoders = new LinkedList<String>();
|
||||
|
||||
// This is the most reliable of Samsung's decoders
|
||||
preferredDecoders.add("OMX.SEC.AVC.Decoder");
|
||||
}
|
||||
|
||||
static {
|
||||
|
Loading…
x
Reference in New Issue
Block a user