[vlc-commits] Fix compilation with sout disabled

Jean-Baptiste Kempf git at videolan.org
Sun Feb 22 01:03:23 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 22 01:03:03 2015 +0100| [b819e2be080d88249b391ca414938a755d0dcaf2] | committer: Jean-Baptiste Kempf

Fix compilation with sout disabled

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b819e2be080d88249b391ca414938a755d0dcaf2
---

 src/missing.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/missing.c b/src/missing.c
index f180752..a4897ee 100644
--- a/src/missing.c
+++ b/src/missing.c
@@ -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 ();



More information about the vlc-commits mailing list