make function static
This commit is contained in:
parent
3ffb51dd25
commit
8a445d2acd
1 changed files with 1 additions and 1 deletions
2
tsmux.c
2
tsmux.c
|
@ -702,7 +702,7 @@ ts_muxer_play(th_muxer_t *tm, int64_t toffset)
|
|||
/*
|
||||
* Meta streams
|
||||
*/
|
||||
th_muxstream_t *
|
||||
static th_muxstream_t *
|
||||
tm_create_meta_stream(th_muxer_t *tm, int pid)
|
||||
{
|
||||
th_muxstream_t *tms;
|
||||
|
|
Loading…
Add table
Reference in a new issue