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
This commit is contained in:
Dheeraj CVR 2015-05-30 23:44:33 +04:00 committed by Caio Schnepper
parent 72edd42d69
commit 50db0ed6de

View File

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