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) \ )