Skip to content
Snippets Groups Projects
Commit 3b09f6df authored by Xiang Li's avatar Xiang Li
Browse files

Fix issue #35

parent 269c0a55
No related branches found
No related tags found
1 merge request!385Fix issue #35
Pipeline #9402 passed
...@@ -9889,7 +9889,7 @@ inline void PU::clusterBvpCand(const int cbWidth, const int cbHeight, AMVPInfo * ...@@ -9889,7 +9889,7 @@ inline void PU::clusterBvpCand(const int cbWidth, const int cbHeight, AMVPInfo *
{ {
continue; continue;
} }
for (int j = i + 1; j < pInfo->numCand; j++) for (int j = i + 1; j < numCand; j++)
{ {
if (validCand[j]) if (validCand[j])
{ {
......
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