]> git.sesse.net Git - vlc/commitdiff
* modules/mux/asf.c: MUX_GET_ADD_STREAM_WAIT == true. Seems even asfh can't send...
authorGildas Bazin <gbazin@videolan.org>
Wed, 1 Sep 2004 14:34:24 +0000 (14:34 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 1 Sep 2004 14:34:24 +0000 (14:34 +0000)
modules/mux/asf.c

index 0093a8b3419adf3633a7403befacb9425a0d3ada..78e404620c2372ed0ad1bb200b85b597d6222f05 100644 (file)
@@ -291,7 +291,7 @@ static int Control( sout_mux_t *p_mux, int i_query, va_list args )
 
        case MUX_GET_ADD_STREAM_WAIT:
            pb_bool = (vlc_bool_t*)va_arg( args, vlc_bool_t * );
-           *pb_bool = VLC_FALSE;
+           *pb_bool = VLC_TRUE;
            return VLC_SUCCESS;
 
        case MUX_GET_MIME: