diff options
-rw-r--r-- | configs/media/media_codecs.xml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/configs/media/media_codecs.xml b/configs/media/media_codecs.xml index 78d3a4d..266209b 100644 --- a/configs/media/media_codecs.xml +++ b/configs/media/media_codecs.xml @@ -41,10 +41,7 @@ | hevc | 1280 720 30 2 108000 | | hevchybd | 1920 1088 30 6 244800 | | mpeg4 | 1920 1088 60 60 489600 | - | vc1 | 1920 1088 60 60 489600 | | vp8 | 3820 2160 30 20 972000 | - | divx3 | 720 480 30 2 40500 | - | div4/5/6 | 1920 1088 30 10 244800 | | h263 | 864 480 30 2 48600 | | mpeg2 | 1920 1088 30 40 244800 | |__________|_________________________________________| @@ -106,8 +103,6 @@ </Encoders> <Decoders> - <MediaCodec name="OMX.somc.alac.decoder" type="audio/alac" /> - <MediaCodec name="OMX.somc.dsd.decoder" type="audio/dsd"/> <MediaCodec name="OMX.sony.flac.decoder" type="audio/flac"/> <!-- Video Hardware --> <MediaCodec name="OMX.qcom.video.decoder.avc" type="video/avc" > @@ -155,39 +150,6 @@ <Feature name="adaptive-playback" /> <Limit name="concurrent-instances" max="13" /> </MediaCodec> - <MediaCodec name="OMX.qcom.video.decoder.divx" type="video/divx" > - <Quirk name="requires-allocate-on-input-ports" /> - <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="64x64" max="1920x1088" /> - <Limit name="alignment" value="2x2" /> - <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="1" max="244800" /> - <Limit name="bitrate" range="1-10000000" /> - <Feature name="adaptive-playback" /> - <Limit name="concurrent-instances" max="13" /> - </MediaCodec> - <MediaCodec name="OMX.qcom.video.decoder.divx311" type="video/divx311" > - <Quirk name="requires-allocate-on-input-ports" /> - <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="64x64" max="720x480" /> - <Limit name="alignment" value="2x2" /> - <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="1" max="40500" /> - <Limit name="bitrate" range="1-2000000" /> - <Feature name="adaptive-playback" /> - <Limit name="concurrent-instances" max="13" /> - </MediaCodec> - <MediaCodec name="OMX.qcom.video.decoder.divx4" type="video/divx4" > - <Quirk name="requires-allocate-on-input-ports" /> - <Quirk name="requires-allocate-on-output-ports" /> - <Limit name="size" min="64x64" max="1920x1088" /> - <Limit name="alignment" value="2x2" /> - <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="1" max="244800" /> - <Limit name="bitrate" range="1-10000000" /> - <Feature name="adaptive-playback" /> - <Limit name="concurrent-instances" max="13" /> - </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.vp8" type="video/x-vnd.on2.vp8" > <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> |