summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2014-10-01 21:49:18 -0700
committerLajos Molnar <lajos@google.com>2014-10-01 21:49:53 -0700
commitcd57b41db4b92ec04a1618c863060c821de12a5c (patch)
treef7f829e51727b1920ebe79883394473cb7715325 /include/media
parenta91968fd099378d1673c7443be16adcb97ee40af (diff)
downloadframeworks_native-cd57b41db4b92ec04a1618c863060c821de12a5c.zip
frameworks_native-cd57b41db4b92ec04a1618c863060c821de12a5c.tar.gz
frameworks_native-cd57b41db4b92ec04a1618c863060c821de12a5c.tar.bz2
add OMX_VIDEO_AVCLevel52 constant
Bug: 17676461 Change-Id: I120041e9b2ffe2a232a2419bcb5fe88cb49961cb
Diffstat (limited to 'include/media')
-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 21dc5a6..89425e0 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