aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Wang <xin1.wang@intel.com>2016-06-22 20:52:22 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-06-22 20:52:22 +0000
commit8341acda01fedb3e0036fdb77777c6fae0a128d9 (patch)
tree9127849dd6b562bc174e0466b4a70b040b4ffc6c
parent4014d524437b5bcaf394a702099832785546ced0 (diff)
parent7c953196797fd5be227c69c9e53847e64fa2db17 (diff)
downloadomx-components-8341acda01fedb3e0036fdb77777c6fae0a128d9.tar.gz
Change mLastTimeStamp in flush to fix testVP9Adaptive test in gts
am: 7c95319679 Change-Id: Ie754fa9cac62f982fca6f822a46394de01507e61
-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;
}