Commit b819e2be authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix compilation with sout disabled

parent 8cf743d0
...@@ -277,7 +277,7 @@ encoder_t *sout_EncoderCreate( vlc_object_t *p_this ) ...@@ -277,7 +277,7 @@ encoder_t *sout_EncoderCreate( vlc_object_t *p_this )
return NULL; 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_UNUSED (mux); VLC_UNUSED (fmt);
vlc_assert_unreachable (); vlc_assert_unreachable ();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment