diff options
author | James Dong <jdong@google.com> | 2013-02-13 18:20:17 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-02-13 18:20:17 +0000 |
commit | 5694af4eb2f67b564b11a118e52c8c71c49bfa15 (patch) | |
tree | 85757e26f8096d5e6a6436deba3f985e99fa14d1 | |
parent | f103f65e6c561d4ca41e8eec59089413cd478d81 (diff) | |
parent | 577815cfe2b62424e77d49bc9318db35f3adf650 (diff) | |
download | device_samsung_tuna-5694af4eb2f67b564b11a118e52c8c71c49bfa15.zip device_samsung_tuna-5694af4eb2f67b564b11a118e52c8c71c49bfa15.tar.gz device_samsung_tuna-5694af4eb2f67b564b11a118e52c8c71c49bfa15.tar.bz2 |
Merge "Make software vp8 video encoder available to MediaCodec on Tuna"
-rw-r--r-- | media_codecs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media_codecs.xml b/media_codecs.xml index 87d02de..1f41a31 100644 --- a/media_codecs.xml +++ b/media_codecs.xml @@ -117,5 +117,6 @@ Only the three quirks included above are recognized at this point: <MediaCodec name="OMX.google.amrwb.encoder" type="audio/amr-wb" /> <MediaCodec name="OMX.google.aac.encoder" type="audio/mp4a-latm" /> <MediaCodec name="OMX.google.flac.encoder" type="audio/flac" /> + <MediaCodec name="OMX.google.vpx.encoder" type="video/x-vnd.on2.vp8" /> </Encoders> </MediaCodecs> |