From 8a445d2acd90511e51e73e7e5415274e0169b74d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Tue, 8 Jan 2008 08:03:23 +0000 Subject: [PATCH] make function static --- tsmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsmux.c b/tsmux.c index 485cf7c2..b023dad2 100644 --- a/tsmux.c +++ b/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;