Add Amlogic SoC to HEVC whitelist for Fire TV 3 now that maxNumReferenceFrames support has been out for a while

This commit is contained in:
Cameron Gutman 2018-03-24 23:43:52 -07:00
parent fac1b1d7e5
commit 31381e5664

View File

@ -135,6 +135,7 @@ public class MediaCodecHelper {
// to actually be tested. Ugh... // to actually be tested. Ugh...
if (Build.MANUFACTURER.equalsIgnoreCase("Amazon")) { if (Build.MANUFACTURER.equalsIgnoreCase("Amazon")) {
whitelistedHevcDecoders.add("omx.mtk"); whitelistedHevcDecoders.add("omx.mtk");
whitelistedHevcDecoders.add("omx.amlogic");
} }
// These theoretically have good HEVC decoding capabilities (potentially better than // These theoretically have good HEVC decoding capabilities (potentially better than