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){

View file

@ -193,7 +193,7 @@ static int setup_convert(struct impl *this,
if (dst_mask & 1)
dst_mask = default_mask(dst_chan);
spa_log_info(this->log, NAME " %p: %s/%d@%d->%s/%d@%d %08lx:%08lx", this,
spa_log_info(this->log, NAME " %p: %s/%d@%d->%s/%d@%d %08"PRIx64":%08"PRIx64, this,
spa_debug_type_find_name(spa_type_audio_format, src_info->info.raw.format),
src_chan,
src_info->info.raw.rate,