From 6c0d9ecc358882e961b0d4b28e435486ce2c2b52 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Mon, 12 Dec 2016 17:05:53 -0800 Subject: [PATCH] dvbsrc: add DTV_STREAM_ID to the >= v8 (minor) group Drop redundant comment while at it. --- sys/dvb/gstdvbsrc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/dvb/gstdvbsrc.c b/sys/dvb/gstdvbsrc.c index 565328fb6a..3a5f682a2b 100644 --- a/sys/dvb/gstdvbsrc.c +++ b/sys/dvb/gstdvbsrc.c @@ -63,6 +63,7 @@ * DTV_ISDBS_TS_ID_LEGACY (was DVB_ISDBS_TS_ID) * DTV_DVBT2_PLP_ID_LEGACY (was DVB_DVBT2_PLP_ID) * NO_STREAM_ID_FILTER + * DTV_STREAM_ID * INTERLEAVING_AUTO * * Minor 7 (DTMB Support) @@ -116,12 +117,10 @@ #define SYS_DVBC_ANNEX_A SYS_DVBC_ANNEX_AC #endif -/* NO_STREAM_ID_FILTER introduced in minor 8 */ +/* NO_STREAM_ID_FILTER & DTV_STREAMID introduced in minor 8 */ #ifndef NO_STREAM_ID_FILTER #define NO_STREAM_ID_FILTER (~0U) #endif - -/* DTV_STREAM_ID introduced in minor 8 (redefine) */ #ifndef DTV_STREAM_ID #define DTV_STREAM_ID DTV_ISDBS_TS_ID #endif