Opened 4 years ago
Closed 4 years ago
#1292 closed defect (fixed)
A bug for high bit-depth coding
Reported by: | chujoh | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | VTM-10.0 |
Component: | VTM | Version: | VTM-10.0rc1 |
Keywords: | Cc: | jvet@…, ksuehring, XiangLi, fbossen |
Description
When the input parameter InternalBItDepth is set to the value which is greater than 10, although the encoder outputs the bitstream, the decoder outputs “Segmentation fault” and is crashed.
This bug should be fixed until VTM-10.0 quickly due to study high bit-depth coding.
A solution is that in DecLib.cpp, the codes from line 1941 to line 1947 should be off when the profile is “none”.
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
Merged
Note: See TracTickets for help on using tickets.
Suggested fix:
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1844