Opened 4 years ago
Closed 4 years ago
#1479 closed defect (fixed)
Need a bracket or else in D.2.1
Reported by: | seuhong | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VUI/SEI | Version: | |
Keywords: | Cc: | yk, garysull@…, jill.boyce@…, jvet@… |
Description
D.2.1 General SEI payload syntax in T2001-v2,
- based on the indentation, a bracket may miss
else { <-- may require
if( payloadType = = 3 ) /* Specified in Rec. ITU-T H.274 | ISO/IEC 23002-7
filler_payload( payloadSize )
- or "else" is necessary before if
"else" if( payloadType = = 132 )
decoded_picture_hash( payloadSize )
Change history (1)
comment:1 Changed 4 years ago by yk
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Good catch, thanks! "else" will be added as a fix (to be integrated into JVET-V2005).