summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avcdec/SoftAVCDec.h
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2015-06-03 07:26:52 -0700
committerMarco Nelissen <marcone@google.com>2015-06-03 07:26:52 -0700
commit11aaefb57fdd0076eb5484c3c5bd3bff5f6cb5e0 (patch)
tree90e161fbf88f1213b3b12c4d5a41c38e035e4df2 /media/libstagefright/codecs/avcdec/SoftAVCDec.h
parent054219874873b41f1c815552987c10465c34ba2b (diff)
downloadframeworks_av-11aaefb57fdd0076eb5484c3c5bd3bff5f6cb5e0.zip
frameworks_av-11aaefb57fdd0076eb5484c3c5bd3bff5f6cb5e0.tar.gz
frameworks_av-11aaefb57fdd0076eb5484c3c5bd3bff5f6cb5e0.tar.bz2
SoftAVCDec: Added support for level greater than level at init
Bug: 21144884 Change-Id: Idda3fbf6c30e99d6df2b1e53a1f65c8ec55586ce
Diffstat (limited to 'media/libstagefright/codecs/avcdec/SoftAVCDec.h')
-rwxr-xr-x[-rw-r--r--]media/libstagefright/codecs/avcdec/SoftAVCDec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/codecs/avcdec/SoftAVCDec.h b/media/libstagefright/codecs/avcdec/SoftAVCDec.h
index 191a71d..2067810 100644..100755
--- a/media/libstagefright/codecs/avcdec/SoftAVCDec.h
+++ b/media/libstagefright/codecs/avcdec/SoftAVCDec.h
@@ -100,6 +100,7 @@ private:
bool mInitNeeded;
uint32_t mNewWidth;
uint32_t mNewHeight;
+ uint32_t mNewLevel;
// The input stream has changed to a different resolution, which is still supported by the
// codec. So the codec is switching to decode the new resolution.
bool mChangingResolution;