Skip to content
Snippets Groups Projects
Commit 83bc826a authored by Frank Bossen's avatar Frank Bossen
Browse files

Merge branch 'alf_macros' into 'master'

fix remaining compile issue for JVET_N0242_NON_LINEAR_ALF off

See merge request !518
parents 6ee74fa0 2518e0bf
No related branches found
No related tags found
1 merge request!518fix remaining compile issue for JVET_N0242_NON_LINEAR_ALF off
Pipeline #1465 passed
......@@ -364,8 +364,10 @@ private:
AlfSliceParam m_alfSliceParamTempNL;
int m_clipDefaultEnc[MAX_NUM_ALF_LUMA_COEFF];
int m_filterTmp[MAX_NUM_ALF_LUMA_COEFF];
#if JVET_N0242_NON_LINEAR_ALF
int m_clipTmp[MAX_NUM_ALF_LUMA_COEFF];
#endif
#endif
public:
EncAdaptiveLoopFilter();
......
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