Remove excessive logging
Change-Id: Ie0b37da59ad326184c983626c45ea78908e7c2b7
related-to-bug: 5109084
diff --git a/libvideoeditor/lvpp/PreviewPlayerBase.cpp b/libvideoeditor/lvpp/PreviewPlayerBase.cpp
index 8e27a27..e890423 100644
--- a/libvideoeditor/lvpp/PreviewPlayerBase.cpp
+++ b/libvideoeditor/lvpp/PreviewPlayerBase.cpp
@@ -1942,9 +1942,9 @@
MediaBuffer *origBuffer = *buffer;
MediaBuffer *newBuffer = new MediaBuffer(width * height * 3 / 2);
- LOGD("convertDecoderOutputToYV12: mGivenWidth = %d, mGivenHeight = %d",
+ LOGV("convertDecoderOutputToYV12: mGivenWidth = %d, mGivenHeight = %d",
mGivenWidth, mGivenHeight);
- LOGD("width = %d, height = %d", width, height);
+ LOGV("width = %d, height = %d", width, height);
if (mYV12ColorConverter->convertDecoderOutputToYV12(
(uint8_t *)origBuffer->data(), // ?? + origBuffer->range_offset(), // decoderBits