]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
BugFix: SATIP_SETUP_SPECINV0 and SATIP_SETUP_SPECINV1 has the same definition
authormw@hesotech.de <mw@hesotech.de>
Fri, 7 Sep 2018 07:17:36 +0000 (09:17 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 7 Sep 2018 08:07:56 +0000 (10:07 +0200)
src/input/mpegts/satip/satip_private.h

index 9ead5b15ffef610dfdb08980ea7c5d7658ec6728..4889949f84c565d20ac7a467b67648978a0ffcef 100644 (file)
@@ -287,7 +287,7 @@ satip_satconf_t *satip_satconf_get_position
 #define SATIP_SETUP_PIDS21   (1<<3)
 #define SATIP_SETUP_FE       (1<<4)
 #define SATIP_SETUP_SPECINV0 (1<<5)
-#define SATIP_SETUP_SPECINV1 (1<<5)
+#define SATIP_SETUP_SPECINV1 (1<<6)
 
 int
 satip_rtsp_setup( http_client_t *hc,