Also add bitstream restrictions to Qualcomm devices to hopefully address the GS3 issue

This commit is contained in:
Cameron Gutman 2014-08-06 17:22:41 -07:00
parent ac5c264090
commit b2ad259a7c

View File

@ -48,6 +48,7 @@ public class MediaCodecDecoderRenderer implements VideoDecoderRenderer {
static {
spsFixupBitsreamFixupDecoderPrefixes = new LinkedList<String>();
spsFixupBitsreamFixupDecoderPrefixes.add("omx.nvidia");
spsFixupBitsreamFixupDecoderPrefixes.add("omx.qcom");
spsFixupNumRefFixupDecoderPrefixes = new LinkedList<String>();
spsFixupNumRefFixupDecoderPrefixes.add("omx.TI");