build: update fmt library to 12.1.0 (#449)

This commit is contained in:
bicarus-dev
2025-12-14 14:36:38 -08:00
committed by GitHub
parent b220cbf336
commit e0530fedad
71 changed files with 17689 additions and 15429 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ namespace nvenc_hook {
log_warning(
"nvenc_hook",
"nvEncInitializeEncoder: unexpected rateControlMode, expected: NV_ENC_PARAMS_RC_CONSTQP, actual: {}",
rc->rateControlMode);
static_cast<uint32_t>(rc->rateControlMode));
}
} catch (const std::exception &ex) {}