From 54cf10588df512f4677e06452a76fa6ffeb17751 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Tue, 16 Jun 2020 14:50:07 +0200 Subject: [PATCH] Added support for detecting 'advanced codec digital radio sound service' --- CONTRIBUTORS | 1 + HISTORY | 2 ++ sdt.c | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c1dfecd1..e08d1685 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3600,6 +3600,7 @@ Helmut Binder for adding cMtdCamSlot::TsPostProcess() for adding cMtdHandler::StopDecrypting() for adding support for detecting new channels broadcast in HEVC + for adding support for detecting 'advanced codec digital radio sound service' Ulrich Eckhardt for reporting a problem with shutdown after user inactivity in case a plugin is diff --git a/HISTORY b/HISTORY index 6388b78b..3bb36082 100644 --- a/HISTORY +++ b/HISTORY @@ -9472,3 +9472,5 @@ Video Disk Recorder Revision History - Added cMtdCamSlot::TsPostProcess() (thanks to Helmut Binder). - Added cMtdHandler::StopDecrypting() (thanks to Helmut Binder). - Added support for detecting new channels broadcast in HEVC (thanks to Helmut Binder). +- Added support for detecting 'advanced codec digital radio sound service' (thanks to + Helmut Binder). diff --git a/sdt.c b/sdt.c index dc4d1c28..e6a8f40f 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.7 2020/06/16 14:41:32 kls Exp $ + * $Id: sdt.c 4.8 2020/06/16 14:50:07 kls Exp $ */ #include "sdt.h" @@ -111,6 +111,7 @@ void cSdtFilter::Process(u_short Pid, u_char Tid, const u_char *Data, int Length case 0x02: // digital radio sound service case 0x04: // NVOD reference service case 0x05: // NVOD time-shifted service + case 0x0A: // advanced codec digital radio sound service case 0x16: // digital SD television service case 0x19: // digital HD television service case 0x1F: // HEVC digital television service