mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-18 14:51:07 +00:00
Fix codec blacklisting
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user