Opened 5 years ago
Closed 5 years ago
#941 closed defect (fixed)
Incorrect value of gdr_or_irap_pic_flag
Reported by: | jonatan | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-8.1 |
Component: | VTM | Version: | VTM-8.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
Currently the value of gdr_or_irap_pic_flag is set to 1 also for pictures that are not GDR or IRAP. This is because picHeader->setGdrOrIrapPicFlag() is called before pcSlice->setNalUnitType(). The attached patch will be submitted as a merge request.
Attachments (1)
Change history (2)
Changed 5 years ago by jonatan
comment:1 Changed 5 years ago by ksuehring
- Milestone set to VTM-8.1
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Merged in MR !1449