diff options
| author | Kyle Harrison <khwebmail@gmail.com> | 2018-05-08 12:49:58 +0100 |
|---|---|---|
| committer | jro1979oliver <jroliveira.oliveira301@gmail.com> | 2021-01-20 17:02:15 -0300 |
| commit | 78cc52537051f9e16532fcd099cbac95253bf3c1 (patch) | |
| tree | d575e03bd088c519ffeb7b6e7e874e73fe24c1e6 | |
| parent | 694633ae06a905fb941f0fdfd485f8b5b8321941 (diff) | |
media: Osprey should use the lower-end Google codecs
Change-Id: I904ed5b9381887bb6337fdf9dbbf291073bcd6f3
| -rw-r--r-- | configs/media_codecs.xml | 2 | ||||
| -rw-r--r-- | device.mk | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml index 000f728..4940806 100644 --- a/configs/media_codecs.xml +++ b/configs/media_codecs.xml @@ -116,5 +116,5 @@ <Feature name="adaptive-playback" /> </MediaCodec> </Decoders> - <Include href="media_codecs_google_video.xml" /> + <Include href="media_codecs_google_video_le.xml" /> </MediaCodecs> @@ -32,6 +32,7 @@ PRODUCT_COPY_FILES += \ # Media PRODUCT_COPY_FILES += \ + frameworks/av/media/libstagefright/data/media_codecs_google_video_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video_le.xml \ $(LOCAL_PATH)/configs/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \ $(LOCAL_PATH)/configs/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \ $(LOCAL_PATH)/configs/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml |
