Skip to content
Snippets Groups Projects
Commit 25f702d2 authored by Vadim Seregin's avatar Vadim Seregin
Browse files

Merge branch 'COMPILATION_FIX_JVET_AA0107' into 'master'

Fix: compilation error when JVET-AA0107 is off

See merge request !226
parents 00bffe8d 4afb0072
No related branches found
No related tags found
1 merge request!226Fix: compilation error when JVET-AA0107 is off
Pipeline #7759 passed
......@@ -8372,7 +8372,7 @@ void InterPrediction::adjustAffineMergeCandidates(PredictionUnit &pu, AffineMer
uint32_t rdCandList[RMVF_AFFINE_MRG_MAX_CAND_LIST_SIZE][RMVF_AFFINE_MRG_MAX_CAND_LIST_SIZE];
Distortion candCostList[RMVF_AFFINE_MRG_MAX_CAND_LIST_SIZE][RMVF_AFFINE_MRG_MAX_CAND_LIST_SIZE];
#else
uint32_t RdCandList[AFFINE_MRG_MAX_NUM_CANDS][AFFINE_MRG_MAX_NUM_CANDS];
uint32_t rdCandList[AFFINE_MRG_MAX_NUM_CANDS][AFFINE_MRG_MAX_NUM_CANDS];
Distortion candCostList[AFFINE_MRG_MAX_NUM_CANDS][AFFINE_MRG_MAX_NUM_CANDS];
#endif
#if JVET_AA0107_RMVF_AFFINE_MERGE_DERIVATION
......
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