some printf fixes

This commit is contained in:
Wim Taymans 2019-06-07 16:37:08 +02:00
parent a9808a3edb
commit d46c239ab0
5 changed files with 5 additions and 5 deletions

View file

@ -180,7 +180,7 @@ static int make_matrix(struct channelmix *mix)
unassigned = src_mask & ~dst_mask;
spa_log_debug(mix->log, "unassigned %08lx", unassigned);
spa_log_debug(mix->log, "unassigned %08" PRIx64, unassigned);
if (unassigned & _MASK(FC)){
if ((dst_mask & STEREO) == STEREO){