aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Wang <xin1.wang@intel.com>2016-06-22 07:59:49 +0800
committerJeff Tinker <jtinker@google.com>2016-06-22 13:17:02 -0700
commit7c953196797fd5be227c69c9e53847e64fa2db17 (patch)
tree9127849dd6b562bc174e0466b4a70b040b4ffc6c
parentef2fa3c2d1cff0f257cc13690267b22c19a37621 (diff)
downloadomx-components-7c953196797fd5be227c69c9e53847e64fa2db17.tar.gz
Change mLastTimeStamp in flush to fix testVP9Adaptive test in gtsnougat-dev
bug:29516343 bug:IMINAN-50485 Change-Id: I96d90f129028363a1bfced87691be0b97531c94a Signed-off-by: Xin Wang <xin1.wang@intel.com>
-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;
}