]> git.sesse.net Git - vlc/commitdiff
Revert "asf.c: allow adding tracks on-fly when doing normal asf muxing"
authorIlkka Ollakka <ileoo@videolan.org>
Tue, 6 Oct 2009 20:18:20 +0000 (23:18 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Tue, 6 Oct 2009 20:18:20 +0000 (23:18 +0300)
This commit was meant just for own debuggin
This reverts commit a04ff28bae43b4cb37c60789de568a55c4a7be5b.

modules/mux/asf.c

index 86adb0f669ef43e3cb1372b88376faaa61796250..cd8c8b431d857d98dd6568b9e061c92b27f4d96b 100644 (file)
@@ -326,7 +326,7 @@ static int Control( sout_mux_t *p_mux, int i_query, va_list args )
        case MUX_CAN_ADD_STREAM_WHILE_MUXING:
            pb_bool = (bool*)va_arg( args, bool * );
            if( p_sys->b_asf_http ) *pb_bool = true;
-           else *pb_bool = true;
+           else *pb_bool = false;
            return VLC_SUCCESS;
 
        case MUX_GET_ADD_STREAM_WAIT: