Skip to content

Commit

Permalink
fix: swapped crf and mbr in terminal print
Browse files Browse the repository at this point in the history
  • Loading branch information
gianni-rosato committed Dec 24, 2024
1 parent 9afbe21 commit 7e412a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Lib/Globals/enc_settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -1184,8 +1184,8 @@ void svt_av1_print_lib_params(SequenceControlSet *scs) {
case SVT_AV1_RC_MODE_CQP_OR_CRF:
if (config->max_bit_rate)
SVT_INFO(
"SVT [config]: BRC mode / %s / max bitrate (kbps)\t\t\t: %s / %d / "
"%.2f\n",
"SVT [config]: BRC mode / %s / max bitrate (kbps)\t\t\t: %s / %.2f / "
"%d\n",
scs->tpl || scs->static_config.enable_variance_boost ? "rate factor" : "CQP Assignment",
scs->tpl || scs->static_config.enable_variance_boost ? "capped CRF" : "CQP",
get_extended_crf(config),
Expand Down

0 comments on commit 7e412a4

Please sign in to comment.