Opened 5 years ago
Closed 5 years ago
#1000 closed defect (fixed)
film grain SEI encoder use wrong bits to signal num_model_values_minus1
Reported by: | taoranlu | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-8.1 |
Component: | VTM | Version: | |
Keywords: | SEI | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
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/jvet/VVCSoftware_VTM/-/merge_requests/1498
Change history (1)
comment:1 Changed 5 years ago by ksuehring
- Milestone set to VTM-8.1
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
The MR was merged