add ppbr info data

This commit is contained in:
2019-09-19 10:14:31 +02:00
parent 814fd76292
commit 4d788bb174
7 changed files with 45 additions and 12 deletions

View File

@@ -744,7 +744,7 @@ public:
}
else
{
LOG("Error image with %ld channels\n", channels.size());
LOG("Error image with %zd channels\n", channels.size());
}
return {};
}