#1109 closed defect (fixed)
Constraints failing in multi-layer coding (related to JVET-P0978)
Reported by: | ksuehring | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-9.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
After disabling JVET-R0099 (see #1108) the decoder fails to decode a stream generated with the example two_layers.cfg layer config file with the error message:
"Trailing picture detected that violate the rule that no active entry in RefPicList[] shall precede the associated IRAP picture in output order or decoding order"
According to git blame the check was added with:
JVET-P0978 Adding RPL related bitstream constraints
Encoder command line used:
EncoderApp -c ../cfg/encoder_randomaccess_vtm.cfg -q 50 -c ../cfg/multi-layer/two_layers.cfg -l0 -c ../cfg/per-sequence/RaceHorses.cfg -l1 -c ../cfg/per-sequence/RaceHorsesC.cfg -ipp ../../../../svn/origCfP/ -f 17 --SEIDecodedPictureHash=1
Change history (3)
comment:1 Changed 5 years ago by ksuehring
comment:2 Changed 5 years ago by ksuehring
- Resolution set to fixed
- Status changed from new to closed
The MR was merged
comment:3 Changed 5 years ago by ksuehring
Ticket #1042 has been marked as a duplicate of this ticket.
Note: See TracTickets for help on using tickets.
I just found that this was reported before by Vadim in #1042. That ticket also refers to
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1430