From 00a73f1dea1194890a6db0bd00ec2759e9ff5bc5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 25 Feb 2024 14:21:50 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- src/app/captureFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/app/captureFrame.cpp b/src/app/captureFrame.cpp index 0b7e8c8..920e18a 100644 --- a/src/app/captureFrame.cpp +++ b/src/app/captureFrame.cpp @@ -178,7 +178,7 @@ yv12ToRgb( uint8_t *src_y, uint8_t *src_u, uint8_t *src_v, const int w, const in const int uv_width = w / 2; const int uv_height = h / 2; - uchar * const rgb = new uchar[(w * h * 4)]; //qt needs a 32bit align + uchar * const rgb = new uchar[(w * h * 4)]; //tqt needs a 32bit align if( !rgb ) return 0; -- cgit v1.2.3