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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c34f263991e4945265f5e11ffdff249c8b8c3619;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 9ead5b15f..4889949f8 100644 --- a/src/input/mpegts/satip/satip_private.h +++ b/src/input/mpegts/satip/satip_private.h @@ -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,