]> git.sesse.net Git - vlc/commitdiff
Fix compilation when --disable-sout
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 15 Nov 2014 11:50:20 +0000 (12:50 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 15 Nov 2014 11:50:20 +0000 (12:50 +0100)
src/missing.c

index faed77fe50e93a45f313aed084e6539cc875f4be..1041ac00d5c554a86b133ae4a3446af778957ad0 100644 (file)
@@ -295,7 +295,7 @@ void sout_MuxDeleteStream (sout_mux_t *mux, sout_input_t *input)
     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);
     assert (0);