Opened 4 years ago
Closed 4 years ago
#1382 closed defect (fixed)
Decoder checkRPL failure with multilayer stream
Reported by: | fbossen | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-10.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
The decoder reports the following error:
ERROR: In function "checkRPL" in VVCSoftware_VTM/source/Lib/CommonLib/Slice.cpp:728: The picture referred to by each active entry in RefPicList[ 0 ] or RefPicList[ 1 ] shall be present in the DPB and shall have TemporalId less than or equal to that of the current picture.
Encoder configuration:
EncoderApp -c cfg/encoder_randomaccess_vtm.cfg -c cfg/multi-layer/two_layers.cfg -l0 -c cfg/per-sequence/RaceHorses.cfg -l1 -c cfg/per-sequence/RaceHorsesC.cfg -f 65 -dph 1 -ipp -l0 -q 42 -l1 -q 44 --IntraPeriod=64
VTM version: ec151c406cf5eed75a9c8c12b93ed5b8bde44252
Change history (2)
comment:1 Changed 4 years ago by fbossen
comment:2 Changed 4 years ago by fbossen
- Resolution set to fixed
- Status changed from new to closed
Suggested fix:
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1876