diff options
-rw-r--r--[-rwxr-xr-x] | media_codecs.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media_codecs.xml b/media_codecs.xml index c6a96b6..d0ccd2b 100755..100644 --- a/media_codecs.xml +++ b/media_codecs.xml @@ -210,7 +210,7 @@ Only the three quirks included above are recognized at this point: <Limit name="bitrate" range="1-100000000" /> <Feature name="adaptive-playback" /> <Feature name="secure-playback" required="true" /> - <Limit name="concurrent-instances" max="16" /> + <Limit name="concurrent-instances" max="6" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.mpeg2" type="video/mpeg2" > <Quirk name="requires-allocate-on-input-ports" /> @@ -233,7 +233,7 @@ Only the three quirks included above are recognized at this point: <Limit name="bitrate" range="1-40000000" /> <Feature name="adaptive-playback" /> <Feature name="secure-playback" required="true" /> - <Limit name="concurrent-instances" max="16" /> + <Limit name="concurrent-instances" max="6" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.mpeg4" type="video/mp4v-es" > <Quirk name="requires-allocate-on-input-ports" /> @@ -369,7 +369,7 @@ Only the three quirks included above are recognized at this point: <Limit name="frame-rate" range="1-240" /> <Feature name="adaptive-playback" /> <Feature name="secure-playback" required="true" /> - <Limit name="concurrent-instances" max="10" /> + <Limit name="concurrent-instances" max="6" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.hevc" type="video/hevc" > <Quirk name="requires-allocate-on-input-ports" /> @@ -392,7 +392,7 @@ Only the three quirks included above are recognized at this point: <Limit name="bitrate" range="1-100000000" /> <Feature name="adaptive-playback" /> <Feature name="secure-playback" required="true" /> - <Limit name="concurrent-instances" max="16" /> + <Limit name="concurrent-instances" max="6" /> </MediaCodec> </Decoders> <Include href="media_codecs_google_video.xml" /> |