From ea1d3ccb5c160fcb4743d71268369d47a01f43fa Mon Sep 17 00:00:00 2001 From: Jian Wang Date: Sat, 28 Oct 2017 06:58:09 +0000 Subject: cts: fix get max instances error [1/1] PD#152800 Now avc hevc vp9 support max 9 instance fixed: android.media.cts.MediaCodecCapabilitiesTest#testGetMaxSupportedInstances Change-Id: Ied261c6aee6a595c1beec06b9102744c83ef6fc0 --- diff --git a/p212/files/media_codecs.xml b/p212/files/media_codecs.xml index 9657ae3..aceb35c 100644 --- a/p212/files/media_codecs.xml +++ b/p212/files/media_codecs.xml @@ -84,7 +84,7 @@ Only the three quirks included above are recognized at this point: - + @@ -104,7 +104,7 @@ Only the three quirks included above are recognized at this point: - + @@ -186,7 +186,7 @@ Only the three quirks included above are recognized at this point: - + diff --git a/p230/files/media_codecs.xml b/p230/files/media_codecs.xml index 9657ae3..aceb35c 100644 --- a/p230/files/media_codecs.xml +++ b/p230/files/media_codecs.xml @@ -84,7 +84,7 @@ Only the three quirks included above are recognized at this point: - + @@ -104,7 +104,7 @@ Only the three quirks included above are recognized at this point: - + @@ -186,7 +186,7 @@ Only the three quirks included above are recognized at this point: - + -- cgit