Opened 12 years ago Closed 12 years ago #649 closed defect (fixed)num_tile_columns_minus1, num_tile_rows_minus1
Description
In document JCTVC-JI003_d3, num_tile_columns_minus1, num_tile_rows_minus1 have no default value when not present in the bitstream (i.e. when tiles_enable_flag=0).
I assume that the default value is 0 for both.
The comment in num_tile_rows_minus1 definition : Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by bbross
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
|
Added:
"When not present, the value of num_tile_columns_minus1 is inferred to be 0."
"When not present, the value of num_tile_rows_minus1 is inferred to be 0."
and included tiles_enable_flag:
"When tiles_enable_flag is equal to 1 and num_tile_columns_minus1 is equal to 0, num_tile_rows_minus1 shall not be equal to 0."
This will be fixed in JCTVC-K0030_v4 (to be released).