Opened 3 years ago
Closed 3 years ago
#1522 closed defect (fixed)
profile_idc for 16 bit profiles
Reported by: | Tomohiro Ikai | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-15.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In JVET-X meeting (JVET-X0073), profile idc for 16 bit profiles are modified as follows:
Conformance of a bitstream to the Main 16 4:4:4 profile is indicated by general_profile_idc being equal to 35.
Conformance of a bitstream to the Main 16 4:4:4 Intra profile is indicated by general_profile_idc being equal to 43.
Conformance of a bitstream to the Main 16 4:4:4 Still Picture profile is indicated by general_profile_idc being equal to 99.
This should be reflected in VTM. In TypeDef.h, the following should be modified.
namespace Profile { enum Name { NONE = 0, ... MAIN_16_444 = 36, -> MAIN_16_444 = 35, }; }
Change history (2)
comment:1 Changed 3 years ago by Tomohiro Ikai
comment:2 Changed 3 years ago by Tomohiro Ikai
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2140