Opened 11 years ago

Closed 11 years ago

#42 closed mismatch (fixed)

typo in the syntax table of coding_unit

Reported by: lizhang Owned by: tech
Priority: major Component: 3D-HEVC text
Version: 3D-HEVC Draft Text 1 Keywords:
Cc: tech, jct-3v@…

Description

The following line in coding_unit

if( !no_residual_syntax_flag && !inter_sdc_flag )

should be replaced by

if( no_residual_syntax_flag && !inter_sdc_flag )

Change history (2)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc tech jct-3v@… added

comment:2 Changed 11 years ago by tech

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

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • Gerhard Tech(Owner, Subscriber, Participant, Always)
  • jct-3v@…(Subscriber)
  • Karsten Suehring(Always)
  • Li Zhang(Reporter)