Merge "Remove excessive logging"
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