mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-18 18:42:46 +00:00
Fix codec blacklisting
This commit is contained in:
parent
5d4988969e
commit
6574a0aab2
@ -554,7 +554,7 @@ public class MediaCodecHelper {
|
|||||||
|
|
||||||
// Skip blacklisted codecs
|
// Skip blacklisted codecs
|
||||||
if (isCodecBlacklisted(codecInfo)) {
|
if (isCodecBlacklisted(codecInfo)) {
|
||||||
//continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
CodecCapabilities caps = codecInfo.getCapabilitiesForType(mime);
|
CodecCapabilities caps = codecInfo.getCapabilitiesForType(mime);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user