aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Wang <xin1.wang@intel.com>2016-06-22 21:14:06 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-06-22 21:14:06 +0000
commit23d15f980ceec1da65e15ad5cdcd09659f9210dc (patch)
treeb4201233cfe74c7f7d8cadc1dcd814b120c71454
parentdd2919097eec525ac04e529fd6f3465cdc4b6c4f (diff)
parent07c1ec8bd3fe7e894fb035b7f16eec3996176589 (diff)
downloadomx-components-23d15f980ceec1da65e15ad5cdcd09659f9210dc.tar.gz
Change mLastTimeStamp in flush to fix testVP9Adaptive test in gts am: 7c95319679 am: 8341acda01
am: 07c1ec8bd3 Change-Id: I7a4a32daab1da472ab6ae263614b4f6071573f40
-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;
}