Opened 4 years ago

Closed 4 years ago

#764 closed defect (fixed)

EXTENDED_SAR not defined

Reported by: ksuehring Owned by:
Priority: minor Milestone:
Component: VUI/SEI Version: VUI/SEI D2 v1
Keywords: Cc: yk, garysull@…, jill.boyce@…, jvet@…

Description

The syntax table for aspect ratio information SEI references EXTENDED_SAR, which is undefined in the SEI spec and also in the main spec. In VUI the same syntax uses the value 255.

In HEVC EXTENDED_SAR was defined in table E-1 with the value of 255. The table was not copied to either of the VVC specs.

Either the syntax should use 255 in both locations or EXTENDED_SAR, which would need to be defined.

Change history (1)

comment:1 Changed 4 years ago by yk

  • Resolution set to fixed
  • Status changed from new to closed

Fixed, in Q2007-v6, one remaining instance of EXTENDED_SAR in "if( sari_aspect_ratio_idc = = EXTENDED_SAR )", changed it to be "if( sari_aspect_ratio_idc = = EXTENDED_SAR )".

Note: See TracTickets for help on using tickets.