]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
tsfile: disable EPG by default
authorJaroslav Kysela <perex@perex.cz>
Wed, 3 Dec 2014 17:13:18 +0000 (18:13 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 3 Dec 2014 17:13:18 +0000 (18:13 +0100)
src/input/mpegts/tsfile/tsfile_mux.c

index d1451ab4fcc0c16054b1da4b6ea037922496c971..b5333fe46f84506e942783a1ade06fa4bf0900d1 100644 (file)
@@ -57,6 +57,7 @@ tsfile_mux_create ( const char *uuid, mpegts_network_t *mn )
   mpegts_mux_t *mm 
     = mpegts_mux_create1(uuid, mn, MPEGTS_ONID_NONE, MPEGTS_TSID_NONE, NULL);
   mm->mm_config_save = iptv_mux_config_save;
+  mm->mm_epg = MM_EPG_DISABLE;
   tvhtrace("tsfile", "mm created %p", mm);
   return mm;
 }