Unblacklist Tegra and Rockchip after the SPS fix

This commit is contained in:
Cameron Gutman 2014-01-06 22:54:35 -06:00
parent fd08f2b1f5
commit 2993d62191

View File

@ -27,9 +27,7 @@ public class MediaCodecDecoderRenderer implements VideoDecoderRenderer {
static {
blacklistedDecoderPrefixes = new LinkedList<String>();
blacklistedDecoderPrefixes.add("omx.google");
blacklistedDecoderPrefixes.add("omx.nvidia");
blacklistedDecoderPrefixes.add("omx.TI");
blacklistedDecoderPrefixes.add("omx.RK");
blacklistedDecoderPrefixes.add("AVCDecoder");
}