Opened 12 years ago Closed 12 years ago #902 closed defect (fixed)Mismatched { } in rowHeight derivation
Description
In section "6.5.1 Coding tree block raster and tile scanning conversion process", the code deriving rowHeight has one { and two }. I believe the line:
for( j = 0; j < num_tile_rows_minus1; j++ )
should change to
for( j = 0; j < num_tile_rows_minus1; j++ ) { 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
|
Fixed in JCTVC-K1003_v12