]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/rtp.c
Fix menu removal of accelerators. This has yet to be more FIXMEd (jpeg :D)
[vlc] / modules / stream_out / rtp.c
index 36efc8f959bc6a84d148ed7f8d0ba9da6c758f30..fb79a6881801efd34feb9e7338aa63b2e4cc85f1 100644 (file)
@@ -1311,6 +1311,7 @@ static int Send( sout_stream_t *p_stream, sout_stream_id_t *id,
     block_t *p_next;
 
     assert( p_stream->p_sys->p_mux == NULL );
+    (void)p_stream;
 
     while( p_buffer != NULL )
     {