﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1043	Confusion about decoding engine initialization after pcm_flag	peterderivaz		"9.3 ""CABAC parsing process for slice segment data"" says that the decoding engine is initialized after reading pcm_flag and decoding a 1.

This implies that a decoder should:

 1. Read pcm_flag
 2. Read 9 bits giving the start for ivlOffset
 3. Discard alignment bits
 4. Read PCM samples

However, I suspect the intention is to have the decoding engine initialized only after reading the PCM samples:

 1. Read pcm_flag
 2. Discard alignment bits
 3. Read PCM samples
 4. Read 9 bits giving the start for ivlOffset
 
(The reference decoder uses the second method in function TDecSbac::parseIPCMInfo)"	defect	closed	minor		Text	D10 (L1003) v31	fixed		bbross wjhan jct-vc@…
