Opened 4 years ago
Closed 3 years ago
#1475 closed defect (fixed)
Problem with parsing SMultiValueInput
Reported by: | milos.radosavljevic | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-12.1 |
Component: | VTM | Version: | VTM-12.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
The problem rises if we have SMultiValueInput<uint8_t>, hence uint8_t data type. In that way parsing in readValue function is broken and cannot read the correct value from the configuration file.
Change history (2)
comment:1 Changed 4 years ago by fbossen
comment:2 Changed 3 years ago by fbossen
- Milestone set to VTM-12.1
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Suggested fix:
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2042