libhwjpeg: resolve compilation errors
[GitHub/LineageOS/android_hardware_samsung_slsi_exynos.git] / libhwjpeg / hwjpeg-v4l2.cpp
index 01a8742598165dee3f27ecb6a490af726b1506ae..40422e2cf59447a83efe8b35eaa1e839600b6ff4 100644 (file)
@@ -755,7 +755,7 @@ CHWJpegV4L2Decompressor::~CHWJpegV4L2Decompressor()
 bool CHWJpegV4L2Decompressor::PrepareCapture()
 {
     if (m_v4l2DstBuffer.length < m_v4l2Format.fmt.pix.sizeimage) {
-        ALOGE("The size of the buffer %zu is smaller than required %u",
+        ALOGE("The size of the buffer %u is smaller than required %u",
               m_v4l2DstBuffer.length, m_v4l2Format.fmt.pix.sizeimage);
         return false;
     }