Opened 5 years ago
Closed 5 years ago
#863 closed defect (fixed)
Decoder crashes in latest master (ff49eb09fa4c91404769683d63af822e4f25caef) because the PPS is not present
Reported by: | deluxan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | VTM | Version: | |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
An attempt to decode a bitstream generated by the encoder with BlowingBubbles, 1 frame, QP 37 with AI config file generates the following output:
ERROR: In function "DecLib::xDecodeSlice" in C:\Users\deluxan\Documents\Software\VVCSoftware_VTM\source\Lib\DecoderLib\D
ecLib.cpp:1362: No PPS present
Change history (3)
comment:1 Changed 5 years ago by deluxan
comment:2 Changed 5 years ago by fbossen
comment:3 Changed 5 years ago by ksuehring
- Resolution set to fixed
- Status changed from new to closed
Merged. I still kind of expect people to at least run the code they submit once :(
Note: See TracTickets for help on using tickets.
Setting the macro JVET_P0097_REMOVE_VPS_DEP_NONSCALABLE_LAYER to 0 seems to solve the problem.