aboutsummaryrefslogtreecommitdiff
path: root/core/inc/khronos/openmax/include/OMX_IntelIndexExt.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/inc/khronos/openmax/include/OMX_IntelIndexExt.h')
-rw-r--r--core/inc/khronos/openmax/include/OMX_IntelIndexExt.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/inc/khronos/openmax/include/OMX_IntelIndexExt.h b/core/inc/khronos/openmax/include/OMX_IntelIndexExt.h
index d6f4aaa..1831bf4 100644
--- a/core/inc/khronos/openmax/include/OMX_IntelIndexExt.h
+++ b/core/inc/khronos/openmax/include/OMX_IntelIndexExt.h
@@ -63,11 +63,12 @@ typedef enum OMX_INTELINDEXEXTTYPE {
OMX_IndexExtRotationDegrees, /**<reference: Rotation for decode*/
OMX_IndexExtSyncEncoding, /**<reference: Sync mode for encode*/
OMX_IndexExtPrependSPSPPS,
+ /* Error report by WebRTC */
+ OMX_IndexExtEnableErrorReport, /**<reference: EnableErrorReport for decoder */
+ // Index for VPP must always be put at the end
#ifdef TARGET_HAS_VPP
OMX_IndexExtVppBufferNum, /**<reference: vpp buffer number*/
#endif
- /* Error report by WebRTC */
- OMX_IndexExtEnableErrorReport, /**<reference: EnableErrorReport for decoder */
OMX_IntelIndexExtMax = 0x7FFFFFFF
} OMX_INTELINDEXEXTTYPE;