Skip to content
Snippets Groups Projects
Commit 934c84b2 authored by Xiang Li's avatar Xiang Li Committed by Karsten Suehring
Browse files

Fix compiling error when palette macro is off

parent 8d9b5e71
No related branches found
No related tags found
No related merge requests found
......@@ -684,6 +684,7 @@ const CtxSet ContextSetCfg::LFNSTIdx = ContextSetCfg::addCtxSet
{ 8, 8, },
});
#if JVET_O0119_BASE_PALETTE_444
const CtxSet ContextSetCfg::PLTFlag = ContextSetCfg::addCtxSet
({
{ CNU, },
......@@ -723,6 +724,7 @@ const CtxSet ContextSetCfg::CopyRunModel = ContextSetCfg::addCtxSet
{ CNU, CNU, CNU, },
{ DWS, DWS, DWS, },
});
#endif
const CtxSet ContextSetCfg::RdpcmFlag = ContextSetCfg::addCtxSet
({
......
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