﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
978	Wrong syntax for lt_idx_sps[ i ] (7.3.7.1 General slice segment header syntax)	stefane	bbross	"
{{{
	if( i < num_long_term_sps  &&  num_long_term_ref_pics_sps > 1)
		lt_idx_sps[ i ]
	else {
}}}

should be

{{{
	if( i < num_long_term_sps) {
		if( num_long_term_ref_pics_sps > 1)
			lt_idx_sps[ i ]
	}
	else {
}}}
"	defect	closed	minor		Text	D10 (L1003) v2	fixed		bbross wjhan jct-vc@…
