diff --git a/libsrc/utils/ImageResampler.cpp b/libsrc/utils/ImageResampler.cpp index faa5f575..6bda56d6 100644 --- a/libsrc/utils/ImageResampler.cpp +++ b/libsrc/utils/ImageResampler.cpp @@ -52,7 +52,7 @@ void ImageResampler::processImage(const uint8_t * data, int width, int height, i cropRight = width >> 1; break; case VideoMode::VIDEO_3DTAB: - cropBottom = width >> 1; + cropBottom = height >> 1; break; default: break;