]> 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:08:06 +0000 (10:08 +0200)
src/input/mpegts/satip/satip_private.h

index bcfd831ecc380e6f5751a8865afc45a589994287..e7d6c196efe036b7e94ff810e842d4b070240eeb 100644 (file)
@@ -276,7 +276,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,