]> git.sesse.net Git - vlc/commitdiff
mux: oog: remove return value from delStream
authorDavid Fuhrmann <dfuhrmann@videolan.org>
Sun, 22 Feb 2015 18:29:41 +0000 (19:29 +0100)
committerDavid Fuhrmann <dfuhrmann@videolan.org>
Sun, 22 Feb 2015 18:31:53 +0000 (19:31 +0100)
modules/mux/ogg.c

index b848cc509c920dca4c37272fd7db1cf024e62132..45b6846dc6c3155f9a9ea9069a8c9e47ed045b23 100644 (file)
@@ -596,8 +596,6 @@ static void DelStream( sout_mux_t *p_mux, sout_input_t *p_input )
     }
 
     p_input->p_sys = NULL;
-
-    return 0;
 }
 
 /*****************************************************************************