summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2015-04-10 22:41:56 -0700
committerChong Zhang <chz@google.com>2015-04-14 11:39:16 -0700
commita0d0ba51ad60a68117a0ee78e37ab78715b8a069 (patch)
tree8d7555285a426fd3b77b93fcfd550dc5c1e9f0c2 /include
parentdb93079daf06a94e50622d0383b9ed8e767e2f92 (diff)
downloadframeworks_av-a0d0ba51ad60a68117a0ee78e37ab78715b8a069.zip
frameworks_av-a0d0ba51ad60a68117a0ee78e37ab78715b8a069.tar.gz
frameworks_av-a0d0ba51ad60a68117a0ee78e37ab78715b8a069.tar.bz2
HLS: parse stream resolution and set maxWidth/maxHeight
bug: 20160436 Change-Id: Ic3adb84d3c65cc65f62fc509a99d09602db862a1
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/MetaData.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/stagefright/MetaData.h b/include/media/stagefright/MetaData.h
index 087d016..c3c26af 100644
--- a/include/media/stagefright/MetaData.h
+++ b/include/media/stagefright/MetaData.h
@@ -75,6 +75,8 @@ enum {
kKeyDecoderComponent = 'decC', // cstring
kKeyBufferID = 'bfID',
kKeyMaxInputSize = 'inpS',
+ kKeyMaxWidth = 'maxW',
+ kKeyMaxHeight = 'maxH',
kKeyThumbnailTime = 'thbT', // int64_t (usecs)
kKeyTrackID = 'trID',
kKeyIsDRM = 'idrm', // int32_t (bool)