Opened 11 years ago

Closed 11 years ago

#902 closed defect (fixed)

Mismatched { } in rowHeight derivation

Reported by: peterderivaz Owned by: bbross
Priority: trivial Milestone:
Component: Text Version: D9 (K1003) v11
Keywords: Cc: bbross, wjhan, jct-vc@…

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 11 years ago by DefaultCC Plugin

  • Cc bbross wjhan jct-vc@… added

comment:2 Changed 11 years ago by bbross

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

Fixed in JCTVC-K1003_v12

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

  • Benjamin Bross(Owner, Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Peter de Rivaz(Reporter)
  • Woo-Jin Han(Subscriber)