exynos: multimedia: fix resubmitting CSD for NuPlayer

Ignore OMX_BUFFERFLAG_CODECCONFIG to fix issues while resubmitting CSD.
This fixes issues with seeking during playback when using NuPlayer.

Change-Id: Id307100cb48608e6e3f09948838486da4948578c
tirimbino
Dheeraj CVR 9 years ago committed by Caio Schnepper
parent 72edd42d69
commit 50db0ed6de
  1. 3
      exynos/multimedia/openmax/component/video/dec/SEC_OMX_Vdec.c

@ -703,8 +703,7 @@ OMX_BOOL SEC_Preprocessor_InputData(OMX_COMPONENTTYPE *pOMXComponent)
} else { } else {
previousFrameEOF = OMX_FALSE; previousFrameEOF = OMX_FALSE;
} }
if ((pSECComponent->bUseFlagEOF == OMX_TRUE) && if (pSECComponent->bUseFlagEOF == OMX_TRUE) {
!(inputUseBuffer->nFlags & OMX_BUFFERFLAG_CODECCONFIG)) {
flagEOF = OMX_TRUE; flagEOF = OMX_TRUE;
checkedSize = checkInputStreamLen; checkedSize = checkInputStreamLen;
} else { } else {

Loading…
Cancel
Save