summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-mpeg-descriptor.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2014-08-21 12:08:24 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2014-08-21 20:11:11 +0000
commitb72acf37d0bdb94a6ae8f289829a351e935ddbdd (patch)
treec57c7e0c828d4362113988e8ac45275dbe58d2e3 /epan/dissectors/packet-mpeg-descriptor.c
parent5a3faf9e0572f88725e68b38677013b3dcf44d3f (diff)
downloadwireshark-b72acf37d0bdb94a6ae8f289829a351e935ddbdd.tar.gz
add component descriptor values for HEVC services
Change-Id: I28e55dc95a55ad80aa2ce59ab6c5d495d8eb7d99 Reviewed-on: https://code.wireshark.org/review/3779 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'epan/dissectors/packet-mpeg-descriptor.c')
-rw-r--r--epan/dissectors/packet-mpeg-descriptor.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mpeg-descriptor.c b/epan/dissectors/packet-mpeg-descriptor.c
index 1759454651..023578b9fd 100644
--- a/epan/dissectors/packet-mpeg-descriptor.c
+++ b/epan/dissectors/packet-mpeg-descriptor.c
@@ -1342,6 +1342,7 @@ static const value_string mpeg_descr_component_stream_content_vals[] = {
{ 0x05, "Video (H.264/AVC)" },
{ 0x06, "Audio (HE-AAC)" },
{ 0x07, "Audio (DTS)" },
+ { 0x09, "HEVC" },
{ 0x0, NULL }
};
@@ -1415,6 +1416,11 @@ static const value_string mpeg_descr_component_content_type_vals[] = {
{ 0x0649, "HE-AAC v2 receiver mix audio description for the visually impaired" },
{ 0x064A, "HE-AAC v2 broadcaster mix audio description for the visually impaired" },
{ 0x0801, "DVB SRM data" },
+ { 0x0900, "HEVC Main Profile high definition video, 50 Hz" },
+ { 0x0901, "HEVC Main 10 Profile high definition video, 50 Hz" },
+ { 0x0902, "HEVC Main Profile high definition video, 60 Hz" },
+ { 0x0903, "HEVC Main 10 Profile high definition video, 60 Hz" },
+ { 0x0904, "HEVC ultra high definition video" },
{ 0x0, NULL }
};