Opened 4 years ago

Closed 4 years ago

#1506 closed defect (fixed)

film grain SEI encoder use wrong bits to signal num_model_values_minus1

Reported by: taoranlu Owned by:
Priority: minor Milestone:
Component: HM Version:
Keywords: SEI Cc: ksuehring, davidf, karlsharman, jct-vc@…

Description

The syntax element num_model_values_minus1 should be signaled with 3 bits according to spec. The encoder SEI function xWriteSEIFilmGrainCharacteristics() mistakenly uses 8 bits. The decoder parsing is correct.

A merge request is provided:
https://vcgit.hhi.fraunhofer.de/jct-vc/HM/-/merge_requests/32

Change History (1)

comment:1 Changed 4 years ago by karlsharman

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

Merge request accepted.

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