Skip to content

Commit

Permalink
updates from Rec. ITU-T H.222.0 (2021)/Amd.1 (12/2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBerendsen committed Jan 14, 2024
1 parent 5746183 commit a7c96f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* http://www.digitalekabeltelevisie.nl/dvb_inspector
*
* This code is Copyright 2009-2021 by Eric Berendsen (e_berendsen@digitalekabeltelevisie.nl)
* This code is Copyright 2009-2024 by Eric Berendsen (e_berendsen@digitalekabeltelevisie.nl)
*
* This file is part of DVB Inspector.
*
Expand Down Expand Up @@ -85,6 +85,12 @@ public static String getDescriptorTagString(final int descriptor_tag_extension)
return "VVC_timing_and_HRD_descripto";
case 0x16:
return "EVC_timing_and_HRD_descriptor";
case 0x17:
return "LCEVC_video_descriptor"; //Rec. ITU-T H.222.0 (2021)/Amd.1 (12/2022)
case 0x18:
return "LCEVC_linkage_descriptor"; //Rec. ITU-T H.222.0 (2021)/Amd.1 (12/2022)
case 0x19:
return "Media_service_kind_descriptor"; //Rec. ITU-T H.222.0 (2021)/Amd.1 (12/2022)
default:
return "ITU-T H.222.0 | ISO/IEC 13818-1 Reserved";
}
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/nl/digitalekabeltelevisie/util/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* http://www.digitalekabeltelevisie.nl/dvb_inspector
*
* This code is Copyright 2009-2023 by Eric Berendsen (e_berendsen@digitalekabeltelevisie.nl)
* This code is Copyright 2009-2024 by Eric Berendsen (e_berendsen@digitalekabeltelevisie.nl)
*
* This file is part of DVB Inspector.
*
Expand Down Expand Up @@ -896,6 +896,7 @@ public static String getStreamTypeString(final int tag){
case 0x33: return "H.266 VVC video stream or a VVC temporal video sub-bitstream";
case 0x34: return "H.266 VVC temporal video subset of a VVC video stream";
case 0x35: return "EVC video stream or an EVC temporal video sub-bitstream";
case 0x36: return "LCEVC video stream conforming to one or more profiles defined in ISO/IEC 23094-2"; //Rec. ITU-T H.222.0 (2021)/Amd.1 (12/2022)

case 0x7f: return"IPMP stream";

Expand Down

0 comments on commit a7c96f7

Please sign in to comment.