Opened 5 years ago

Closed 5 years ago

#229 closed defect (fixed)

M0101_HLS - Byte Alignment Backwards

Reported by: bheng Owned by:
Priority: minor Milestone: VTM-4.1
Component: VTM Version: VTM-4.0.1
Keywords: Cc: ksuehring, XiangLi, fbossen, jvet@…

Description

The isByteAligned() function for ProfileTierLevel parsing appears to be reversed. It returns TRUE when the bitstream is not-aligned instead.

bool isByteAligned() { return (m_pcBitstream->getNumBitsUntilByteAligned() != 0 ); }

Change history (2)

comment:1 Changed 5 years ago by ksuehring

  • Milestone set to VTM-4.1

fixed in VTM-4.1

comment:2 Changed 5 years ago by ksuehring

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.