Skip to content
Snippets Groups Projects
Commit 9982abad authored by Brian Heng's avatar Brian Heng
Browse files

JVET-O0525: Removal of PCM mode.

  - Remove additional unused variable.
parent 694092e1
No related branches found
No related tags found
No related merge requests found
......@@ -779,7 +779,9 @@ void writeAllCodedData(const CodingStructure & cs, const UnitArea & ctuArea)
for (int ch = 0; ch < maxNumChannelType; ch++)
{
const ChannelType chType = ChannelType(ch);
#if !JVET_O0525_REMOVE_PCM
const SPS& sps = *cs.sps;
#endif
for (const CodingUnit &cu : cs.traverseCUs(CS::getArea(cs, ctuArea, chType), chType))
{
......
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