﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1147	SAO buffer-overrun (and field-coding)	karlsharman		"SAO has currently a maximum of 4 temporal layers, and the supplied field-coding randomaccess configuration needs 5.

SAO should be updated for more flexibility (eg making m_depthSaoRate a vector). Meanwhile, an assertion should be added to prevent buffer-overruns from being silent.

In the current 12.0-dev branch, add:
  assert(depth<4);
after line 3345 in rdoSaoUnitAll (prior to writing to member variable m_depthSaoRate)
"	defect	closed	minor	HM-12.1	HM	HM-12.0	fixed		fbossen ksuehring davidf jct-vc@…
