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>
This commit is contained in:
Martin Kaiser 2014-08-21 12:08:24 +02:00
parent 5a3faf9e05
commit b72acf37d0
1 changed files with 6 additions and 0 deletions

View File

@ -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 }
};