Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tsfile: disable EPG by default
  • Loading branch information
perexg committed Dec 3, 2014
1 parent a95ef0b commit 5caf120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/tsfile/tsfile_mux.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5caf120

Please sign in to comment.