Loading media/libstagefright/codecs/avcdec/SoftAVCDec.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -578,7 +578,7 @@ void SoftAVC::onQueueFilled(OMX_U32 portIndex) { notifyEmptyBufferDone(inHeader); notifyEmptyBufferDone(inHeader); if (!(inHeader->nFlags & OMX_BUFFERFLAG_EOS)) { if (!(inHeader->nFlags & OMX_BUFFERFLAG_EOS)) { continue; return; } } mReceivedEOS = true; mReceivedEOS = true; Loading Loading
media/libstagefright/codecs/avcdec/SoftAVCDec.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -578,7 +578,7 @@ void SoftAVC::onQueueFilled(OMX_U32 portIndex) { notifyEmptyBufferDone(inHeader); notifyEmptyBufferDone(inHeader); if (!(inHeader->nFlags & OMX_BUFFERFLAG_EOS)) { if (!(inHeader->nFlags & OMX_BUFFERFLAG_EOS)) { continue; return; } } mReceivedEOS = true; mReceivedEOS = true; Loading