Skip to content
Snippets Groups Projects
Commit a2d8cf5e authored by Franck Galpin's avatar Franck Galpin
Browse files

Merge branch 'fix_2204_build' into 'VTM-11.0_nnvc'

Fix 2204 build

See merge request jvet-ahg-nnvc/VVCSoftware_VTM!27
parents 2a2d5599 c0e9a2b3
No related branches found
No related tags found
No related merge requests found
......@@ -521,10 +521,10 @@ static const int DELTA_QP_ACT[4] = { -5, 1, 3, 1 };
struct ClpRng
{
int min;
int max;
int bd;
int n;
int min {0};
int max {0};
int bd {0};
int n {0};
};
struct ClpRngs
......
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