Opened 5 years ago
Closed 5 years ago
#1089 closed defect (fixed)
Issues related to HRD signalling with VTM-9.0
Reported by: | vdrugeon | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-9.1 |
Component: | VTM | Version: | VTM-9.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
There are issues related to HRD signalling with VTM-9.0 when encoding a bitstream containing HRD parameters and BP/PT SEI messages:
- Bitrate and CPB size are always set to 0 in the HRD parameters: this bug is due to pointer issues when copying the value of the HRD parameters to the SPS syntax
- Picture timing SEI message is missing for some pictures: this bug is due to the PT SEI message not being created at all for some pictures, because the function xCreatePictureTimingSEI checks the value of the nuh_layer_id within the slice which is never set beforehand
These bugs can be generated using the following command line:
./EncoderAppStatic -c ../cfg/encoder_randomaccess_vtm.cfg -c ../cfg/sei_vui/timing.cfg -c ../cfg/per-sequence/BlowingBubbles.cfg -f 17
Change history (2)
comment:1 Changed 5 years ago by vdrugeon
comment:2 Changed 5 years ago by ksuehring
- Milestone set to VTM-9.1
- Resolution set to fixed
- Status changed from new to closed
- Version set to VTM-9.0
The MR was merged.
Note: See TracTickets for help on using tickets.
The following merge request attempts to fix the above described issues:
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1656