]> git.sesse.net Git - vlc/blobdiff - include/vlc_sout.h
move MuxGetStream() to libvlccore, bump plugin ABI
[vlc] / include / vlc_sout.h
index e35d5e948e691e7e92041d0757c59291da7e22ca..2972b060b0ee3a049e9867a539354c098110ba33 100644 (file)
@@ -183,6 +183,7 @@ VLC_EXPORT( sout_input_t *, sout_MuxAddStream,    ( sout_mux_t *, es_format_t *
 VLC_EXPORT( void,           sout_MuxDeleteStream, ( sout_mux_t *, sout_input_t * ) );
 VLC_EXPORT( void,           sout_MuxDelete,       ( sout_mux_t * ) );
 VLC_EXPORT( void,           sout_MuxSendBuffer, ( sout_mux_t *, sout_input_t  *, block_t * ) );
+VLC_EXPORT( int,            sout_MuxGetStream, (sout_mux_t *, int , mtime_t *));
 
 static inline int sout_MuxControl( sout_mux_t *p_mux, int i_query, ... )
 {