Opened 5 years ago
Closed 5 years ago
#1021 closed defect (fixed)
Raster scan slices - Bug fix for slice map initialization breaks raster-scan slices.
Reported by: | bheng | Owned by: | ksuehring |
---|---|---|---|
Priority: | minor | Milestone: | VTM-8.1 |
Component: | VTM | Version: | VTM-8.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
The subpic slice map initialization fix in MR !1507 has broken raster-scan slice decoding when the initRectSliceMap() function is called for a picture using raster-scan slices in the parsePictureHeader() function.
Change history (3)
comment:1 Changed 5 years ago by ksuehring
- Owner set to ksuehring
- Status changed from new to assigned
- Summary changed from Subpictures - Bug fix for slice map initialization breaks raster-scan slices. to Raster scan slices - Bug fix for slice map initialization breaks raster-scan slices.
comment:2 Changed 5 years ago by ksuehring
Submitted as MR 1517
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1517
comment:3 Changed 5 years ago by ksuehring
- Milestone set to VTM-8.1
- Resolution set to fixed
- Status changed from assigned to closed
The MR was merged.
Note: See TracTickets for help on using tickets.
Correct. The rectangular slice map does not need to be initialized for raster scan slices. I'm testing the fix.