﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
490	Redundant RBSP trailing bits at the end of slice	sandeepkanumuri		"In HM-6.1, all substreams are byte-aligned by inserting RBSP trailing bits at the end. However, there is another call to insert RBSP trailing bits after all substreams are added to the main stream. The final addition of RBSP trailing bits in redundant and unnecessary. According to the specification, there should be only one instance of RBSP trailing bits insertion at the end of a tile/wavefront if that also happens to be the end of the slice as well.

I think the mitigation can be simply achieved by commenting/removing the following statement at line 1186 in compressGOP() function.
writeRBSPTrailingBits(nalu.m_Bitstream);"	defect	closed	minor		HM	HM-6.1	fixed		fbossen ksuehring davidf jct-vc@…
