Skip to content

Commit

Permalink
add service type (0x20) HEVC TV UHD[HDR]
Browse files Browse the repository at this point in the history
  • Loading branch information
LraiZer committed Jun 4, 2018
1 parent 443668a commit 2f78f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autobouquetswiki.cpp
Expand Up @@ -903,6 +903,7 @@ string get_typename(short st) {
case 0x1D: stn = "3D HD NVOD time-shift"; break;
case 0x1E: stn = "3D HD NVOD reference"; break;
case 0x1F: stn = "HEVC TV"; break;
case 0x20: stn = "HEVC TV UHD[HDR]"; break;

// user defined service types, so lets define our own ;)
case 0x00: stn = "SD TV OnDemand"; break;
Expand Down

0 comments on commit 2f78f0c

Please sign in to comment.