﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1227	The HM decoder doesn't check the validity of {vps,sps}_num_reorder_pics	Smarter		"According to the specification:
{{{
The value of vps_max_num_reorder_pics[ i ] shall be in the range of 0 to vps_max_dec_pic_buffering_minus1[ i ], inclusive.
[...]
The value of sps_max_num_reorder_pics[ i ] shall be in the range of 0 to sps_max_dec_pic_buffering_minus1[ i ], inclusive. 
}}}
But the HM decoder doesn't check that at all. The attached patch adds assertions for these conditions."	defect	closed	minor		HM	HM-12.1	duplicate		fbossen ksuehring davidf jct-vc@…
