summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2014-10-01 21:49:18 -0700
committerThe Android Automerger <android-build@google.com>2014-10-02 17:00:32 -0700
commit78d43d681db8b3a81f07b217c8a3fad3afe14086 (patch)
tree96933a04b8b3e0a7f2ff1dba62049975f6bd5d75
parentffd3fbf34cbb9c5ddc5e41142328b5c0cfabe1f5 (diff)
downloadnative-78d43d681db8b3a81f07b217c8a3fad3afe14086.tar.gz
add OMX_VIDEO_AVCLevel52 constant
Bug: 17676461 Change-Id: I120041e9b2ffe2a232a2419bcb5fe88cb49961cb
-rw-r--r--include/media/openmax/OMX_Video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/openmax/OMX_Video.h b/include/media/openmax/OMX_Video.h
index 21dc5a62cd..89425e01d9 100644
--- a/include/media/openmax/OMX_Video.h
+++ b/include/media/openmax/OMX_Video.h
@@ -818,6 +818,7 @@ typedef enum OMX_VIDEO_AVCLEVELTYPE {
OMX_VIDEO_AVCLevel42 = 0x2000, /**< Level 4.2 */
OMX_VIDEO_AVCLevel5 = 0x4000, /**< Level 5 */
OMX_VIDEO_AVCLevel51 = 0x8000, /**< Level 5.1 */
+ OMX_VIDEO_AVCLevel52 = 0x10000, /**< Level 5.2 */
OMX_VIDEO_AVCLevelKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
OMX_VIDEO_AVCLevelVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
OMX_VIDEO_AVCLevelMax = 0x7FFFFFFF