summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--media_codecs.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/media_codecs.xml b/media_codecs.xml
index 2e2eea6..d174757 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -31,6 +31,7 @@
31 <Limit name="block-size" value="16x16" /> 31 <Limit name="block-size" value="16x16" />
32 <Limit name="blocks-per-second" min="1" max="489600" /> 32 <Limit name="blocks-per-second" min="1" max="489600" />
33 <Limit name="bitrate" range="1-62500000" /> 33 <Limit name="bitrate" range="1-62500000" />
34 <Limit name="concurrent-instances" max="5" />
34 <Feature name="adaptive-playback" /> 35 <Feature name="adaptive-playback" />
35 </Type> 36 </Type>
36 37
@@ -40,6 +41,7 @@
40 <Limit name="block-size" value="16x16" /> 41 <Limit name="block-size" value="16x16" />
41 <Limit name="blocks-per-second" min="1" max="489600" /> 42 <Limit name="blocks-per-second" min="1" max="489600" />
42 <Limit name="bitrate" range="1-62500000" /> 43 <Limit name="bitrate" range="1-62500000" />
44 <Limit name="concurrent-instances" max="5" />
43 </Type> 45 </Type>
44 46
45 <Type name="video/3gpp"> 47 <Type name="video/3gpp">
@@ -48,6 +50,7 @@
48 <Limit name="block-size" value="16x16" /> 50 <Limit name="block-size" value="16x16" />
49 <Limit name="blocks-per-second" min="1" max="489600" /> 51 <Limit name="blocks-per-second" min="1" max="489600" />
50 <Limit name="bitrate" range="1-62500000" /> 52 <Limit name="bitrate" range="1-62500000" />
53 <Limit name="concurrent-instances" max="5" />
51 </Type> 54 </Type>
52 55
53 <Type name="video/mpeg2"> 56 <Type name="video/mpeg2">
@@ -56,6 +59,7 @@
56 <Limit name="block-size" value="16x16" /> 59 <Limit name="block-size" value="16x16" />
57 <Limit name="blocks-per-second" min="1" max="489600" /> 60 <Limit name="blocks-per-second" min="1" max="489600" />
58 <Limit name="bitrate" range="1-62500000" /> 61 <Limit name="bitrate" range="1-62500000" />
62 <Limit name="concurrent-instances" max="5" />
59 </Type> 63 </Type>
60 </MediaCodec> 64 </MediaCodec>
61 </Decoders> 65 </Decoders>
@@ -71,6 +75,7 @@
71 <Limit name="alignment" value="16x16" /> 75 <Limit name="alignment" value="16x16" />
72 <Limit name="size" min="96x80" max="1920x1088" /> 76 <Limit name="size" min="96x80" max="1920x1088" />
73 <Limit name="blocks-per-second" min="1" max="489600" /> 77 <Limit name="blocks-per-second" min="1" max="489600" />
78 <Limit name="concurrent-instances" max="5" />
74 </MediaCodec> 79 </MediaCodec>
75 </Encoders> 80 </Encoders>
76 <Include href="media_codecs_google_video.xml" /> 81 <Include href="media_codecs_google_video.xml" />