summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/foundation
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2012-04-25 14:24:30 -0700
committerAndreas Huber <andih@google.com>2012-04-25 14:28:29 -0700
commite370bb62b89d2f2980f519392010ea08a24c558e (patch)
tree1b6f05a3447497841b259f00f03af2150e165c61 /include/media/stagefright/foundation
parente4f70a7ea72c2a9fca60e6b64a258604e9333580 (diff)
downloadframeworks_av-e370bb62b89d2f2980f519392010ea08a24c558e.zip
frameworks_av-e370bb62b89d2f2980f519392010ea08a24c558e.tar.gz
frameworks_av-e370bb62b89d2f2980f519392010ea08a24c558e.tar.bz2
Bump up the max number of items in an AMessage, remove overly stringent
CHECK() limiting us to just audio/* or video/* tracks. related-to-bug: 6399405 Change-Id: I9bdaf7e709665ecc22da8839c8b16c081dbf4535
Diffstat (limited to 'include/media/stagefright/foundation')
-rw-r--r--include/media/stagefright/foundation/AMessage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/stagefright/foundation/AMessage.h b/include/media/stagefright/foundation/AMessage.h
index e5416e4..7e823eb 100644
--- a/include/media/stagefright/foundation/AMessage.h
+++ b/include/media/stagefright/foundation/AMessage.h
@@ -138,7 +138,7 @@ private:
};
enum {
- kMaxNumItems = 32
+ kMaxNumItems = 64
};
Item mItems[kMaxNumItems];
size_t mNumItems;