Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (94 - 96 of 96)

Ticket Resolution Summary Owner Reporter
#81 fixed typo in I.8.5.3.2.17 tech lizhang
Description

The 'SbW’ of the following sentence in subclause I.8.5.3.2.17 – When ( SbW + nSbH ) is equal to 12

should be replaced by 'nSbW'.

#42 fixed typo in the syntax table of coding_unit tech lizhang
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 )

#39 fixed view_Id_len_minus1 not present but needed for NumViews equal to 1. tech tech
Description

For NumViews equal to 1, view_id_len_minus1 is not present. However, view_id_len_minus1 is needed for parsing view_id_val[ 0 ]

in

for( i = 0; i < NumViews; i++ )

view_id_val[ i ]

Note: See TracQuery for help on using queries.