Merge pull request #1720 from mstorsjo/remove-unused-format-args
Log all provided parameters in WelsEncoderApplyLTR
This commit is contained in:
commit
a39c46601d
@ -4021,7 +4021,7 @@ int32_t WelsEncoderApplyLTR (SLogContext* pLogCtx, sWelsEncCtx** ppCtx, SLTRConf
|
||||
}
|
||||
if (iNumRefFrame > sConfig.iMaxNumRefFrame) {
|
||||
WelsLog (pLogCtx, WELS_LOG_WARNING,
|
||||
" CWelsH264SVCEncoder::SetOption LTR flag = %d and number = %d: Required number of reference increased to %d and iMaxNumRefFrame is adjusted",
|
||||
" CWelsH264SVCEncoder::SetOption LTR flag = %d and number = %d: Required number of reference increased to %d and iMaxNumRefFrame is adjusted (from %d)",
|
||||
sConfig.bEnableLongTermReference, sConfig.iLTRRefNum, iNumRefFrame, sConfig.iMaxNumRefFrame);
|
||||
sConfig.iMaxNumRefFrame = iNumRefFrame;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user