diff options
| author | liubolun <bolun.liu@intel.com> | 2013-10-31 13:30:10 +0800 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-21 22:02:54 -0700 |
| commit | 0740ec12c293d6b6080fd92d210300b4ed5169fa (patch) | |
| tree | bc0bebeaad6574aa4a26cf9da690e0aef7f312ff /videocodec/OMXVideoEncoderVP8.cpp | |
| parent | 7f8d444e96e8694d1ed3f18b1ff88cae7655da2d (diff) | |
| download | android_hardware_intel_common_omx-components-0740ec12c293d6b6080fd92d210300b4ed5169fa.tar.gz android_hardware_intel_common_omx-components-0740ec12c293d6b6080fd92d210300b4ed5169fa.tar.bz2 android_hardware_intel_common_omx-components-0740ec12c293d6b6080fd92d210300b4ed5169fa.zip | |
Remove some logs in VP8 encode middleware.
BZ: 148853
According to WebRTC's comments, removing some logs
that will be printed countless times.
Change-Id: I7b7beb179b4dffa6e04024801b279f2856df0aff
Signed-off-by: liubolun <bolun.liu@intel.com>
Diffstat (limited to 'videocodec/OMXVideoEncoderVP8.cpp')
| -rw-r--r-- | videocodec/OMXVideoEncoderVP8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/OMXVideoEncoderVP8.cpp b/videocodec/OMXVideoEncoderVP8.cpp index e3cdc52..917c124 100644 --- a/videocodec/OMXVideoEncoderVP8.cpp +++ b/videocodec/OMXVideoEncoderVP8.cpp @@ -114,7 +114,7 @@ OMX_ERRORTYPE OMXVideoEncoderVP8::ProcessorProcess(OMX_BUFFERHEADERTYPE **buffer mVideoEncoder->getOutput(&outBuf); CHECK_ENCODE_STATUS("getOutput"); - LOGE("VP8 encode output data size = %d", outBuf.dataSize); + LOGV("VP8 encode output data size = %d", outBuf.dataSize); outfilledlen = outBuf.dataSize; |
