From 201b767a2a44c8d6b881aa512063d064edb96ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Duraffort?= Date: Wed, 20 Aug 2008 23:28:33 +0200 Subject: [PATCH] Forgottent "fix warning". --- modules/mux/mp4.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/mux/mp4.c b/modules/mux/mp4.c index d6c70ac84e..ab8526f98a 100644 --- a/modules/mux/mp4.c +++ b/modules/mux/mp4.c @@ -2134,6 +2134,7 @@ static void box_gather ( bo_t *box, bo_t *box2 ) static block_t * bo_to_sout( sout_instance_t *p_sout, bo_t *box ) { + (void)p_sout; block_t *p_buf; p_buf = block_New( p_sout, box->i_buffer );