#904 closed defect (fixed)
VTM-8.0 exits with segmentation fault after the first intra picture, non-CTC configuration
Reported by: | tung.nguyen | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-8.1 |
Component: | VTM | Version: | VTM-8.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
-c .\cfg\encoder_randomaccess_vtm.cfg -c .\cfg\per-sequence\BQSquare.cfg -q 32 -i BQSquare_416x240_60.yuv --IntraPeriod=-1
encoder exists at Slice.h@157: referencePictureListIdx equals to 31 but m_referencePictureLists has 20 items only.
Change history (3)
comment:1 Changed 5 years ago by hendry197
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
- Milestone set to VTM-8.1
- Version set to VTM-8.0
Note: See TracTickets for help on using tickets.
There are several parts in the VTM software needs to be updated to deal with this test (i.e., using random access configuration but only the first picture is IRAP).
MR !1419 provides fix for this issue.