load upon startup
This commit is contained in:
parent
d44db0265b
commit
9b4e9604b0
1 changed files with 2 additions and 0 deletions
2
tsmux.c
2
tsmux.c
|
@ -569,6 +569,8 @@ ts_muxer_start(th_muxer_t *tm)
|
|||
LIST_REMOVE(tms, tms_muxer_link);
|
||||
LIST_INSERT_HEAD(&tm->tm_active_streams, tms, tms_muxer_link);
|
||||
} else {
|
||||
pkt_load(pkt);
|
||||
|
||||
tms_stream_set_active(tm, tms, pkt, tm->tm_start_dts);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue