summaryrefslogtreecommitdiff
path: root/sdt.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-06-16 14:41:32 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-06-16 14:41:32 +0200
commit52826ec4c181eade8524e33e535d6e8390cd9198 (patch)
tree5974c0a95ea0a895236d346ceae2fa6fc30deed4 /sdt.c
parentba9ccc12a5ec96dd07654417b378257200958d17 (diff)
downloadvdr-52826ec4c181eade8524e33e535d6e8390cd9198.tar.gz
vdr-52826ec4c181eade8524e33e535d6e8390cd9198.tar.bz2
Added support for detecting new channels broadcast in HEVC
Diffstat (limited to 'sdt.c')
-rw-r--r--sdt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sdt.c b/sdt.c
index 99efc0e8..dc4d1c28 100644
--- a/sdt.c
+++ b/sdt.c
@@ -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)];