Commit 193b7447 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix compilation when --disable-sout

parent 8cce23ab
...@@ -295,7 +295,7 @@ void sout_MuxDeleteStream (sout_mux_t *mux, sout_input_t *input) ...@@ -295,7 +295,7 @@ void sout_MuxDeleteStream (sout_mux_t *mux, sout_input_t *input)
assert (0); assert (0);
} }
int sout_MuxGetStream (sout_mux_t *p_mux, int i_blocks, mtime_t *pi_dts) int sout_MuxGetStream (sout_mux_t *p_mux, unsigned int i_blocks, mtime_t *pi_dts)
{ {
VLC_UNUSED (p_mux); VLC_UNUSED (i_blocks); VLC_UNUSED (pi_dts); VLC_UNUSED (p_mux); VLC_UNUSED (i_blocks); VLC_UNUSED (pi_dts);
assert (0); assert (0);
......
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