summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2013-12-21 01:19:56 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-12-21 01:19:57 +0000
commit8115f4b206dbd04c620f062feb3c7785e2732ab3 (patch)
treebc7f1dedcbebc5aef585e66c2baa67df8d1d8bf4 /include
parent1777ed30bfb3b9c1edc037a1b5482d5ab8f28b9b (diff)
parentdb170bb1cae145d07efc803a3c208963de0c6087 (diff)
downloadframeworks_av-8115f4b206dbd04c620f062feb3c7785e2732ab3.zip
frameworks_av-8115f4b206dbd04c620f062feb3c7785e2732ab3.tar.gz
frameworks_av-8115f4b206dbd04c620f062feb3c7785e2732ab3.tar.bz2
Merge "stagefright: do not offload LD-AAC decoding"
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/MetaData.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/MetaData.h b/include/media/stagefright/MetaData.h
index de3fc36..3a87474 100644
--- a/include/media/stagefright/MetaData.h
+++ b/include/media/stagefright/MetaData.h
@@ -134,6 +134,7 @@ enum {
kKeyRequiresSecureBuffers = 'secu', // bool (int32_t)
kKeyIsADTS = 'adts', // bool (int32_t)
+ kKeyAACAOT = 'aaot', // int32_t
// If a MediaBuffer's data represents (at least partially) encrypted
// data, the following fields aid in decryption.