[vlc-devel] commit: Forgottent "fix warning". ( Rémi Duraffort )
git version control
git at videolan.org
Fri Aug 22 23:52:12 CEST 2008
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Aug 20 23:28:33 2008 +0200| [201b767a2a44c8d6b881aa512063d064edb96ce9] | committer: Rémi Duraffort
Forgottent "fix warning".
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=201b767a2a44c8d6b881aa512063d064edb96ce9
---
modules/mux/mp4.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/mux/mp4.c b/modules/mux/mp4.c
index d6c70ac..ab8526f 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 );
More information about the vlc-devel
mailing list