From 6b05c774a4d1177352e560a10efcc940a0966941 Mon Sep 17 00:00:00 2001 From: Oliver Freyermuth Date: Sun, 8 Oct 2017 18:34:45 +0200 Subject: dvb: SYS_DVBC_ANNEX_B is now supported if ATSC is activated. Signed-off-by: Oliver Freyermuth --- stream/dvbin.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stream/dvbin.h b/stream/dvbin.h index 02b6a72968..5329179b0f 100644 --- a/stream/dvbin.h +++ b/stream/dvbin.h @@ -124,6 +124,7 @@ typedef struct { /* Keep in sync with enum fe_delivery_system. */ #ifndef DVB_USE_S2API # define SYS_DVBC_ANNEX_A 1 +# define SYS_DVBC_ANNEX_B 1 # define SYS_DVBT 3 # define SYS_DVBS 5 # define SYS_DVBS2 6 @@ -151,6 +152,7 @@ typedef struct { DELSYS_BIT(SYS_DVBS) | \ DELSYS_BIT(SYS_DVBS2) | \ DELSYS_BIT(SYS_ATSC) | \ + DELSYS_BIT(SYS_DVBC_ANNEX_B) | \ DELSYS_BIT(SYS_DVBT2) | \ DELSYS_BIT(SYS_DVBC_ANNEX_C) \ ) -- cgit v1.2.3