aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--videocodec/OMXVideoDecoderVP9Hybrid.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/videocodec/OMXVideoDecoderVP9Hybrid.cpp b/videocodec/OMXVideoDecoderVP9Hybrid.cpp
index 20075ab..53dbd48 100644
--- a/videocodec/OMXVideoDecoderVP9Hybrid.cpp
+++ b/videocodec/OMXVideoDecoderVP9Hybrid.cpp
@@ -251,7 +251,6 @@ OMX_ERRORTYPE OMXVideoDecoderVP9Hybrid::ProcessorFlush(OMX_U32 portIndex) {
unsigned int width, height;
mDecoderDecode(mCtx,mHybridCtx,NULL,0,true);
mGetOutput(mCtx,mHybridCtx, &width, &height);
- mLastTimeStamp = 0;
}
return OMX_ErrorNone;
}