tsfile: disable EPG by default
This commit is contained in:
parent
a95ef0b237
commit
5caf1202fa
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue