Skip to content

Commit

Permalink
--fallback-rcで代わりのモードを選択した場合に、そのモードのfeatureをログに出力するように。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Nov 22, 2024
1 parent 331092a commit 7b55c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QSVPipeline/qsv_pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ std::pair<RGY_ERR, QSVEncFeatures> CQSVPipeline::CheckMFXRCMode(QSVRCParam& rcPa
}
bFallbackSuccess = true;
availableFeaures = availRCFeatures;
PrintMes(rc_error_log_level, _T("Falling back to %s mode.\n"), EncmodeToStr(rcParam.encMode));
PrintMes(rc_error_log_level, _T("Falling back to %s mode.\n%s\n"), EncmodeToStr(rcParam.encMode), MakeFeatureListStr(availableFeaures).c_str());
break;
}
}
Expand Down

0 comments on commit 7b55c39

Please sign in to comment.