Opened 14 months ago
Last modified 14 months ago
#1612 new defect
PO-SEI cannot process correctly using the default configuration file.
Reported by: | zixiang | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-21.0 |
Keywords: | PO-SEI | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
The default cfg/sei_vui/sei_precessing_order.cfg is not correctly processed by VTM-21.0.
EncAppCfg.cpp line 732 defined cfg_poSEIPrefixFlag as multi-value input with the number of the values is 0 or 1, but the CHECK() function at line 3604 demands that there should be at least 2 SEIPOPrefixFlag.
This inconsistency results in VTM not being able to start properly using the default configuration po-sei file.
Note: See TracTickets for help on using tickets.
A fix has been submitted in MR2679:
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2679