From a50be2bcb7f0833fee5f34f01a835fdc7d66ad37 Mon Sep 17 00:00:00 2001 From: "mw@hesotech.de" Date: Fri, 7 Sep 2018 09:17:36 +0200 Subject: [PATCH] BugFix: SATIP_SETUP_SPECINV0 and SATIP_SETUP_SPECINV1 has the same definition --- src/input/mpegts/satip/satip_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/mpegts/satip/satip_private.h b/src/input/mpegts/satip/satip_private.h index bcfd831ec..e7d6c196e 100644 --- a/src/input/mpegts/satip/satip_private.h +++ b/src/input/mpegts/satip/satip_private.h @@ -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, -- 2.47.2