Merge branch 'matthiasc/for-main' into 'main'

Drop debug code

See merge request GNOME/gtk!7536
This commit is contained in:
Matthias Clasen 2024-08-01 01:31:16 +00:00
commit fbcffb36c8

View File

@ -306,10 +306,6 @@ download_p010 (guchar *dst,
}
MASK = 0xFFFF << (16 - SIZE);
static int counter = 0;
if (counter++ < 8)
return;
y_stride = dmabuf->planes[0].stride / 2;
y_data = (const guint16 *) (src_data[0] + dmabuf->planes[0].offset);
g_return_if_fail (sizes[0] >= dmabuf->planes[0].offset + height * dmabuf->planes[0].stride);