The source project of this merge request has been removed.
JVET-Y0044 Signal Green metadata and VDI SEI messages
1 unresolved thread
1 unresolved thread
add code to support new green metadata and VDI SEI payload type
Merge request reports
Activity
89 92 SCALABILITY_DIMENSION_INFO = 205, 90 93 EXTENDED_DRAP_INDICATION = 206, 91 94 CONSTRAINED_RASL_ENCODING = 207, 95 #if JVET_Y0044_SEI_TYPES 96 VIDEO_DECODING_INTERFACE = 208, I saw following changes in JVET-Y0044 v2. But here VIDEO_DECODING_INTERFACE = 208. This is a necessary change as 205 has been used, correct?
else if( payloadType = = 205 ) /* specified in ISO/IEC 23090-13 */ vdi_sei_envelope( payloadsize )
By the way, is it better to use VDI envelope instead of decoding interface to be aligned with text?
changed this line in version 2 of the diff
added 1 commit
- 7ab74e4b - change video_decoding_interface to VDI_sei_envelope
mentioned in commit 6fdbdcbf
Please register or sign in to reply