Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jvet
HM
Commits
9b5cf7af
Commit
9b5cf7af
authored
Apr 29, 2022
by
Frank Bossen
Browse files
Silence compiler warning
parent
2b072617
Pipeline
#7127
passed with stage
in 6 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
source/Lib/TLibEncoder/TEncSearch.cpp
View file @
9b5cf7af
...
...
@@ -2318,6 +2318,7 @@ TEncSearch::estIntraPredLumaQT(TComDataCU* pcCU,
CandNum += xUpdateCandList( uiMode, cost, numModesForFullRD, uiRdModeList, CandCostList );
}
(Void)CandNum; // Avoid compiler warning: CandNum is never used
if (m_pcEncCfg->getFastUDIUseMPMEnabled())
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment