Whitelist the Exynos hardware H264 decoder

This commit is contained in:
Cameron Gutman 2013-11-22 02:13:02 -05:00
parent d00474c1cd
commit 2946966456

View File

@ -30,7 +30,8 @@ public class MediaCodecDecoderRenderer implements DecoderRenderer {
continue;
}
if (codecInfo.getName().equalsIgnoreCase("omx.qcom.video.decoder.avc")) {
if (codecInfo.getName().equalsIgnoreCase("omx.qcom.video.decoder.avc") ||
codecInfo.getName().equalsIgnoreCase("OMX.Exynos.AVC.Decoder")) {
return true;
}
}