Opened 4 years ago
Closed 4 years ago
#1294 closed defect (fixed)
Issue with SPS parameter set update
Reported by: | emora | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-10.0rc1 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In the current VTM version, when a second SPS is parsed in the bitstream with a different configuration than the first one, it is not updated in the "CodingStructure" class thus leading to parsing errors.
In the finalInit() function of the Picture.cpp file, the following assignment cs->sps = &sps; is done only when cs is not initialized. I believe it should be done all the time as is the case for the PPS with cs->pps = &pps;
Change history (2)
comment:1 Changed 4 years ago by fbossen
- Version set to VTM-10.0rc1
comment:2 Changed 4 years ago by ksuehring
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
I think this should be fixed by MR1494
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1494
Please re-open, of there is still an issue left.