﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1193	syntax ordering in buffering period SEI	o.nakagami		"It seems there is syntax ordering inconsistency in buffering period SEI between JCTVC-O0054_v1 and HM-12.1-dev (rev3662).

In JCTVC-O0054_v1, 
...
	if( irap_cpb_params_present_flag ) {
     		cpb_delay_offset
     		dpb_delay_offset
	}
	concatenation_flag
	au_cpb_removal_delay_delta_minus1
...

However, in HM-12.1-dev,
...
	concatenation_flag
	au_cpb_removal_delay_delta_minus1
	if( irap_cpb_params_present_flag ) {
		cpb_delay_offset
		dpb_delay_offset
	}
...

Suggested fix is attached. (The ordering in the softare is modified to align the text.)
"	defect	closed	minor	HM-13.0	HM	HM-12.0	fixed		fbossen ksuehring davidf jct-vc@…
