﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
819	Mismatch between encoder and decoder with respect to hrd parameters	Kenneth		"Temporal layers are interpreted differently in encoder and decoder:

TEncCavlc.cpp: 
    for( i = 0; i <= pcSPS->getMaxTLayers(); i ++ )

TDecCavlc.cpp:
    for( i = 0; i < pcSPS->getMaxTLayers(); i ++ )

Causes mismatch between encoder and decoder with respect to hrd parameters.
"	defect	closed	minor	HM-9.0	HM	HM-8.1	fixed		fbossen ksuehring davidf jct-vc@…
