summaryrefslogtreecommitdiffstats
path: root/media_codecs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'media_codecs.xml')
-rw-r--r--media_codecs.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/media_codecs.xml b/media_codecs.xml
index c6f8372..42ea4e9 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -77,18 +77,6 @@ Only the three quirks included above are recognized at this point:
<MediaCodecs>
<Decoders>
- <MediaCodec name="OMX.SEC.MPEG4.Decoder" type="video/mp4v-es" >
- <Quirk name="output-buffers-are-unreadable" />
- </MediaCodec>
-
- <MediaCodec name="OMX.SEC.H263.Decoder" type="video/3gpp" >
- <Quirk name="output-buffers-are-unreadable" />
- </MediaCodec>
-
- <MediaCodec name="OMX.SEC.AVC.Decoder" type="video/avc" >
- <Quirk name="output-buffers-are-unreadable" />
- </MediaCodec>
-
<MediaCodec name="OMX.google.mp3.decoder" type="audio/mpeg" />
<MediaCodec name="OMX.google.amrnb.decoder" type="audio/3gpp" />
<MediaCodec name="OMX.google.amrwb.decoder" type="audio/amr-wb" />
@@ -104,10 +92,6 @@ Only the three quirks included above are recognized at this point:
</Decoders>
<Encoders>
- <MediaCodec name="OMX.SEC.MPEG4.Encoder" type="video/mp4v-es" />
- <MediaCodec name="OMX.SEC.H263.Encoder" type="video/3gpp" />
- <MediaCodec name="OMX.SEC.AVC.Encoder" type="video/avc" />
-
<MediaCodec name="OMX.google.amrnb.encoder" type="audio/3gpp" />
<MediaCodec name="OMX.google.amrwb.encoder" type="audio/amr-wb" />
<MediaCodec name="OMX.google.aac.encoder" type="audio/mp4a-latm" />