decoder/Bridge: fix libfmt string
This commit is contained in:
parent
5b775ca5b4
commit
cdca27e6bb
@ -279,7 +279,7 @@ DecoderBridge::Ready(const AudioFormat audio_format,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (dc.in_audio_format != dc.out_audio_format) {
|
if (dc.in_audio_format != dc.out_audio_format) {
|
||||||
FmtDebug(decoder_domain, "converting to %s",
|
FmtDebug(decoder_domain, "converting to {}",
|
||||||
dc.out_audio_format);
|
dc.out_audio_format);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user