Skip to content

Commit

Permalink
smdk4412-common: use low-end video codecs
Browse files Browse the repository at this point in the history
thanks to @non1979 for idea

Change-Id: I291d367f5d449bd9739655e4229592d9d5cdbafe
  • Loading branch information
ChronoMonochrome committed Apr 9, 2019
1 parent e3254e2 commit adc919f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.mk
Expand Up @@ -150,7 +150,7 @@ PRODUCT_COPY_FILES += \
$(COMMON_PATH)/configs/media_codecs.xml:system/etc/media_codecs.xml \
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_le.xml:system/etc/media_codecs_google_video_le.xml

# Memory Optimizations
PRODUCT_PROPERTY_OVERRIDES += \
Expand Down
2 changes: 1 addition & 1 deletion configs/media_codecs.xml
Expand Up @@ -90,5 +90,5 @@ Only the three quirks included above are recognized at this point:
<MediaCodec name="OMX.SEC.H263.Encoder" type="video/3gpp" />
<MediaCodec name="OMX.SEC.AVC.Encoder" type="video/avc" />
</Encoders>
<Include href="media_codecs_google_video.xml" />
<Include href="media_codecs_google_video_le.xml" />
</MediaCodecs>

0 comments on commit adc919f

Please sign in to comment.