diff options
Diffstat (limited to 'sdt.c')
-rw-r--r-- | sdt.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: sdt.c 4.6 2020/05/04 08:50:20 kls Exp $ + * $Id: sdt.c 4.7 2020/06/16 14:41:32 kls Exp $ */ #include "sdt.h" @@ -113,6 +113,8 @@ void cSdtFilter::Process(u_short Pid, u_char Tid, const u_char *Data, int Length case 0x05: // NVOD time-shifted service case 0x16: // digital SD television service case 0x19: // digital HD television service + case 0x1F: // HEVC digital television service + case 0x20: // HEVC UHD digital television service { char NameBuf[Utf8BufSize(1024)]; char ShortNameBuf[Utf8BufSize(1024)]; |