mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-06 23:04:52 +00:00
Fix -Werror=format with DEBUG_ENCODE
Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
3a06113ce4
commit
a68c821164
@ -365,7 +365,7 @@ static void FNAME(compress_seg)(Encoder *encoder, uint32_t seg_idx, PIXEL *from,
|
||||
|
||||
match: // RLE or dictionary (both are encoded by distance from ref (-1) and length)
|
||||
#ifdef DEBUG_ENCODE
|
||||
printf(", match(%d, %d, %d)", image_dist, pix_dist, len);
|
||||
printf(", match(%zu, %zu, %zu)", image_dist, pix_dist, len);
|
||||
n_encoded += len;
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user