add service type for HEVC digital television service

Change-Id: I9aab67250d9fe7dc83243b55bbc2cb964c140e46
Reviewed-on: https://code.wireshark.org/review/3778
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Tested-by: Martin Kaiser <wireshark@kaiser.cx>
This commit is contained in:
Martin Kaiser 2014-08-21 11:53:38 +02:00
parent 8fad63807a
commit 5a3faf9e05
1 changed files with 1 additions and 0 deletions

View File

@ -986,6 +986,7 @@ static const value_string mpeg_descr_service_type_vals[] = {
{ 0x18, "advanced codec SD NVOD reference service" },
{ 0x19, "advanced codec HD digital television service" },
{ 0x1A, "advanced codec HD NVOD time-shifted service" },
{ 0x1F, "HEVC digital television service" },
{ 0x00, NULL }
};