Fix formatting string

This commit is contained in:
Ronald S. Bultje
2021-09-11 10:47:20 -04:00
parent 69ff474a7f
commit d9c01c34dc
+2 -2
View File
@@ -2011,8 +2011,8 @@ static int decode_b(Dav1dTaskContext *const t,
}
if (DEBUG_BLOCK_INFO)
printf("Post-motionmode[%d]: r=%d [mask: 0x%" PRIu64 "x/0x%"
PRIu64 "x]\n", b->motion_mode, ts->msac.rng, mask[0],
printf("Post-motionmode[%d]: r=%d [mask: 0x%" PRIx64 "/0x%"
PRIx64 "]\n", b->motion_mode, ts->msac.rng, mask[0],
mask[1]);
} else {
b->motion_mode = MM_TRANSLATION;