aboutsummaryrefslogtreecommitdiff
path: root/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/inc/khronos/openmax/include/OMX_IntelVideoExt.h')
-rw-r--r--core/inc/khronos/openmax/include/OMX_IntelVideoExt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h b/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h
index c22eaca..8f40389 100644
--- a/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h
+++ b/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h
@@ -187,12 +187,12 @@ typedef struct OMX_VIDEO_CONFIG_INTEL_VP8_FORCE_KFRAME {
} OMX_VIDEO_CONFIG_INTEL_VP8_FORCE_KFRAME;
// max frame size for VP8 encode during WebRTC feature
-typedef struct OMX_VIDEO_CONFIG_INTEL_VP8_MAX_FRAME_SIZE {
+typedef struct OMX_VIDEO_CONFIG_INTEL_VP8_MAX_FRAME_SIZE_RATIO {
OMX_U32 nSize;
OMX_VERSIONTYPE nVersion;
OMX_U32 nPortIndex;
- OMX_U32 nMaxFrameSize;
-} OMX_VIDEO_CONFIG_INTEL_VP8_MAX_FRAME_SIZE;
+ OMX_U32 nMaxFrameSizeRatio;
+} OMX_VIDEO_CONFIG_INTEL_VP8_MAX_FRAME_SIZE_RATIO;
#ifdef __cplusplus