summaryrefslogtreecommitdiff
path: root/omx/video/src/openmax_il/video_decode/inc/OMX_VideoDec_Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'omx/video/src/openmax_il/video_decode/inc/OMX_VideoDec_Utils.h')
-rw-r--r--omx/video/src/openmax_il/video_decode/inc/OMX_VideoDec_Utils.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/omx/video/src/openmax_il/video_decode/inc/OMX_VideoDec_Utils.h b/omx/video/src/openmax_il/video_decode/inc/OMX_VideoDec_Utils.h
index 0f17067..6741d8f 100644
--- a/omx/video/src/openmax_il/video_decode/inc/OMX_VideoDec_Utils.h
+++ b/omx/video/src/openmax_il/video_decode/inc/OMX_VideoDec_Utils.h
@@ -941,10 +941,10 @@ typedef struct VIDDEC_COMPONENT_PRIVATE
#endif
VIDDEC_RMPROXY_STATES eRMProxyState;
- OMX_U8 nInputBCountDsp;
- OMX_U8 nOutputBCountDsp;
- OMX_U8 nInputBCountApp;
- OMX_U8 nOutputBCountApp;
+ volatile int32_t nInputBCountDsp;
+ volatile int32_t nOutputBCountDsp;
+ volatile int32_t nInputBCountApp;
+ volatile int32_t nOutputBCountApp;
VIDDEC_CBUFFER_BUFFERFLAGS aBufferFlags[CBUFFER_SIZE];
VIDDEC_LCML_STATES eLCMLState;