Skip to content
Snippets Groups Projects
Commit 4afb0072 authored by Seungwook Hong's avatar Seungwook Hong Committed by Vadim Seregin
Browse files

Fix: compilation error when JVET-AA0107 is off

parent 25086488
No related branches found
No related tags found
1 merge request!226Fix: compilation error when JVET-AA0107 is off
......@@ -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