aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2015-07-23 00:51:06 +0200
committerDave Daynard <nardholio@gmail.com>2015-07-26 22:32:57 -0400
commitc67ed4e6bfde698067cea0de773ee053f753c295 (patch)
tree4c8e83b7b3afe01ab6ce2404ffa22ec53ce2760d
parent18aef888a7ac5e8c753ebeeacb430ee78fc46cf8 (diff)
media: Use video codecs for low end devices
Change-Id: Id6852941f410f1b3600a2c10e5119f0c0c7e198a
-rw-r--r--configs/media_codecs.xml2
-rw-r--r--msm8960.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml
index 847ed0a..5c9b8d8 100644
--- a/configs/media_codecs.xml
+++ b/configs/media_codecs.xml
@@ -211,6 +211,6 @@
<Feature name="adaptive-playback" />
</MediaCodec>
</Decoders>
- <Include href="media_codecs_google_video.xml" />
+ <Include href="media_codecs_google_video_le.xml" />
<Include href="media_codecs_ffmpeg.xml" />
</MediaCodecs> \ No newline at end of file
diff --git a/msm8960.mk b/msm8960.mk
index 5dd4c05..5e1e080 100644
--- a/msm8960.mk
+++ b/msm8960.mk
@@ -50,7 +50,7 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \
- frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml
+ frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video_le.xml
# System Properties
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \