]> git.sesse.net Git - vlc/commitdiff
Fix compilation with sout disabled
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 22 Feb 2015 00:03:03 +0000 (01:03 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 22 Feb 2015 00:03:03 +0000 (01:03 +0100)
src/missing.c

index f1807520829509dd1ac18b1fb905bb028e3a65aa..a4897ee387aee9d91aaa1ed63a62a5b6fe8968aa 100644 (file)
@@ -277,7 +277,7 @@ encoder_t *sout_EncoderCreate( vlc_object_t *p_this )
     return NULL;
 }
 
-sout_input_t *sout_MuxAddStream (sout_mux_t *mux, es_format_t *fmt)
+sout_input_t *sout_MuxAddStream( sout_mux_t *mux, const es_format_t *fmt )
 {
     VLC_UNUSED (mux); VLC_UNUSED (fmt);
     vlc_assert_unreachable ();