From: mw@hesotech.de Date: Fri, 7 Sep 2018 07:17:36 +0000 (+0200) Subject: BugFix: SATIP_SETUP_SPECINV0 and SATIP_SETUP_SPECINV1 has the same definition X-Git-Tag: v4.2.7~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a50be2bcb7f0833fee5f34f01a835fdc7d66ad37;p=thirdparty%2Ftvheadend.git BugFix: SATIP_SETUP_SPECINV0 and SATIP_SETUP_SPECINV1 has the same definition --- 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,