mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Drop debug code
The dmabuf download code for P010 had a hack left in it that was preventing it from working.
This commit is contained in:
parent
96422fcf52
commit
3af0cfb53b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user