Opened 10 years ago

Closed 10 years ago

#1193 closed defect (fixed)

syntax ordering in buffering period SEI

Reported by: o.nakagami Owned by:
Priority: minor Milestone: HM-13.0
Component: HM Version: HM-12.0
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

It seems there is syntax ordering inconsistency in buffering period SEI between JCTVC-O0054_v1 and HM-12.1-dev (rev3662).

In JCTVC-O0054_v1,
...

if( irap_cpb_params_present_flag ) {

cpb_delay_offset
dpb_delay_offset

}
concatenation_flag
au_cpb_removal_delay_delta_minus1

...

However, in HM-12.1-dev,
...

concatenation_flag
au_cpb_removal_delay_delta_minus1
if( irap_cpb_params_present_flag ) {

cpb_delay_offset
dpb_delay_offset

}

...

Suggested fix is attached. (The ordering in the softare is modified to align the text.)

Attachments (1)

bp_sei_fix.patch (2.4 KB) - added by o.nakagami 10 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

Changed 10 years ago by o.nakagami

comment:2 Changed 10 years ago by fbossen

  • Milestone changed from HM-12.1 to HM-13.0
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r3765

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

  • David Flynn(Subscriber)
  • Frank Bossen(Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)
  • Ohji Nakagami(Reporter)