Skip to content
Snippets Groups Projects
Commit 4d364c11 authored by Fabrice Le Léannec's avatar Fabrice Le Léannec Committed by Vadim Seregin
Browse files

Fix: valgrind error in InterSearch::xPredIBCFracPelSearch

parent 164e64fe
No related branches found
No related tags found
1 merge request!678Fix: valgrind error in InterSearch::xPredIBCFracPelSearch
...@@ -567,6 +567,7 @@ struct SrchCostBv ...@@ -567,6 +567,7 @@ struct SrchCostBv
#endif #endif
#if JVET_AE0078_IBC_LIC_EXTENSION #if JVET_AE0078_IBC_LIC_EXTENSION
bvLicIdx[idxDst] = bvLicIdx[idxSrc]; bvLicIdx[idxDst] = bvLicIdx[idxSrc];
skipLicSrch[idxDst] = skipLicSrch[idxSrc];
#endif #endif
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment