Blacklist the Rockchip H264 decoders. Blacklist another software decoder that doesn't support H264 L5.0 high profile

This commit is contained in:
Cameron Gutman 2013-11-24 19:55:12 -05:00
parent 5360d6c9b2
commit 734d80b281

View File

@ -30,6 +30,8 @@ public class MediaCodecDecoderRenderer implements DecoderRenderer {
blacklistedDecoderPrefixes.add("omx.google");
blacklistedDecoderPrefixes.add("omx.nvidia");
blacklistedDecoderPrefixes.add("omx.TI");
blacklistedDecoderPrefixes.add("omx.RK");
blacklistedDecoderPrefixes.add("AVCDecoder");
}
public static MediaCodecInfo findSafeDecoder() {