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.h3
1 files changed, 3 insertions, 0 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 8a538d8..89d94c5 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
@@ -1020,6 +1020,9 @@ typedef struct VIDDEC_COMPONENT_PRIVATE
pthread_mutex_t mutexStateChangeRequest;
pthread_cond_t StateChangeCondition;
+ // Signal first buffer after config data should have EOS flag
+ OMX_BOOL firstBufferEos;
+
} VIDDEC_COMPONENT_PRIVATE;
/*****************macro definitions*********************/