summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiju Mathew <shijum@codeaurora.org>2016-08-05 16:05:54 -0400
committermse1969 <mse1969@posteo.de>2018-02-09 18:30:55 +0000
commit1e3efc9f0628baf15f9558f31359c58df7574394 (patch)
treea2fd96b555e67037a22e08ad3d0ef95f21eced98
parentc3be408be2a60e1505c3a64123fdb23298bff162 (diff)
downloadandroid_hardware_qcom_media-cm-13.0-caf-8916.tar.gz
android_hardware_qcom_media-cm-13.0-caf-8916.tar.bz2
android_hardware_qcom_media-cm-13.0-caf-8916.zip
mm-video-v4l2: vidc: Update version type for encoder aspect ratiocm-13.0-caf-8916
To allow avenhancement openmax port structure initialization. Change-Id: I5475b6fba663db7b3b247208ddd6ca691b0507d6 CVE-2017-11041
-rw-r--r--mm-core/inc/OMX_QCOMExtns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm-core/inc/OMX_QCOMExtns.h b/mm-core/inc/OMX_QCOMExtns.h
index 607858aa..599b7fa8 100644
--- a/mm-core/inc/OMX_QCOMExtns.h
+++ b/mm-core/inc/OMX_QCOMExtns.h
@@ -556,7 +556,7 @@ enum OMX_QCOM_EXTN_INDEXTYPE
typedef struct QOMX_EXTNINDEX_VIDEO_VENC_SAR
{
OMX_U32 nSize;
- OMX_U32 nVersion;
+ OMX_VERSIONTYPE nVersion;
OMX_U32 nSARWidth;
OMX_U32 nSARHeight;
} QOMX_EXTNINDEX_VIDEO_VENC_SAR;