Opened 11 years ago

Closed 11 years ago

#804 closed defect (fixed)

SEI payload type mismatch

Reported by: fbossen Owned by:
Priority: minor Milestone: HM-9.2
Component: HM Version: HM-9.1
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

The mismatch occurs for the "decoded picture hash" SEI message.

WD (K0030):

else if( payloadType = = 130)

decoded_picture_hash( payloadSize )

HM 8.1:

DECODED_PICTURE_HASH = 256,

It is suggested to fix the software by aligning it to the text:

DECODED_PICTURE_HASH = 130,

Change History (6)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

comment:2 Changed 11 years ago by ksuehring

I would suggest to make the change together with the trailing SEI implementation. The value will also change to 133 with the next draft.

Last edited 11 years ago by ksuehring (previous) (diff)

comment:3 Changed 11 years ago by ksuehring

  • Milestone changed from HM-9.0 to HM-9.1

comment:4 Changed 11 years ago by fbossen

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

Fixed in r3083

comment:5 Changed 11 years ago by fbossen

  • Milestone changed from HM-9.1 to HM-9.2
  • Resolution fixed deleted
  • Status changed from closed to reopened
  • Version changed from HM-8.1 to HM-9.1

The most recent version of K1003 (v13) has the payload type value at 132 (from 133 in v10).
Additional mismatches introduced after v10 include:
active_parameter_sets (130 vs 129)
tl0_index (132 vs 131)

comment:6 Changed 11 years ago by fbossen

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

Fixed in r3173

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(Reporter, Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Participant, Always)