diff options
-rwxr-xr-x | device.mk | 1 | ||||
-rw-r--r-- | media_codecs.xml | 22 |
2 files changed, 0 insertions, 23 deletions
@@ -37,7 +37,6 @@ PRODUCT_PACKAGES += \ audio.primary.tuna \ audio.r_submix.default \ audio.usb.default \ - camera.tuna \ lights.tuna \ nfc.tuna \ power.tuna \ diff --git a/media_codecs.xml b/media_codecs.xml index 7410d42..20e5ad2 100644 --- a/media_codecs.xml +++ b/media_codecs.xml @@ -78,29 +78,7 @@ Only the three quirks included above are recognized at this point: <MediaCodecs> <Include href="media_codecs_google_audio.xml" /> <Include href="media_codecs_google_telephony.xml" /> - <Decoders> - <MediaCodec name="OMX.TI.DUCATI1.VIDEO.DECODER" > - <Type name="video/mp4v-es" /> - <Type name="video/3gpp" /> - <Type name="video/avc" /> - <Quirk name="requires-allocate-on-input-ports" /> - <Quirk name="requires-allocate-on-output-ports" /> - </MediaCodec> - </Decoders> - - <Encoders> - <MediaCodec name="OMX.TI.DUCATI1.VIDEO.MPEG4E" > - <Type name="video/mp4v-es" /> - <Type name="video/3gpp" /> - <Quirk name="requires-allocate-on-input-ports" /> - <Quirk name="requires-allocate-on-output-ports" /> - </MediaCodec> - <MediaCodec name="OMX.TI.DUCATI1.VIDEO.H264E" type="video/avc" > - <Quirk name="requires-allocate-on-input-ports" /> - <Quirk name="requires-allocate-on-output-ports" /> - </MediaCodec> - </Encoders> <!-- STARGO: Include google-codecs directly and remove adaptive-playback from H.264 decoder to fix Netflix --> <!--<Include href="media_codecs_google_video.xml" />--> |