From 4218a1eb9e923897d9ee574b11cac42c2183da96 Mon Sep 17 00:00:00 2001 From: Arne Coucheron Date: Fri, 12 Oct 2018 17:25:49 +0200 Subject: [PATCH] flo: media: Use media_codecs_google_video_le It's better suited for low-end devices. Change-Id: Ida6818173f17a25e4ae72750b5fd016c3858d2ea --- configs/media_codecs.xml | 2 +- device-common.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml index 7aab5fe..141e7c7 100644 --- a/configs/media_codecs.xml +++ b/configs/media_codecs.xml @@ -92,5 +92,5 @@ - + diff --git a/device-common.mk b/device-common.mk index 8ad46b1..79360db 100644 --- a/device-common.mk +++ b/device-common.mk @@ -152,7 +152,7 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ device/asus/flo/configs/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \ - frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml \ + frameworks/av/media/libstagefright/data/media_codecs_google_video_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video_le.xml \ device/asus/flo/configs/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \ device/asus/flo/configs/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml