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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h b/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h
index 8f40389..8cbc456 100644
--- a/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h
+++ b/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h
@@ -168,7 +168,7 @@ typedef enum
typedef struct OMX_VIDEO_ERROR_INFO {
OMX_VIDEO_DECODE_ERRORTYPE type;
union {
- typedef struct {OMX_U32 start_mb; OMX_U32 end_mb;} mb_pos;
+ struct {OMX_U32 start_mb; OMX_U32 end_mb;} mb_pos;
} error_data;
};