Opened 6 years ago
Closed 6 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 6 years ago by ksuehring
- Milestone set to VTM-4.1
comment:2 Changed 6 years ago by ksuehring
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
fixed in VTM-4.1