﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
550	Context init table for merge_flag is incorrect	pieterkapsenberg		"It appears that the context init table for merge flag is incorrect. In ContextTables.h:


{{{
static const UChar 
INIT_MERGE_FLAG_EXT[3][NUM_MERGE_FLAG_EXT_CTX] = 
{
#if SLICE_TYPE_ORDER
  { CNU, }, 
  { 110, }, 
  { 154, }, 
#else
  { 154, }, 
  { 110, }, 
  { CNU, }, 
#endif
};

}}}
This implies the B slice merge flag init is unused, and I slice is used."	defect	closed	minor	HM-7.1	HM	HM-7.0	fixed	context init table merge flag	fbossen ksuehring davidf jct-vc@…
