Commit 1cbfa33f authored by Ilkka Ollakka's avatar Ilkka Ollakka

Revert "asf.c: allow adding tracks on-fly when doing normal asf muxing"

This commit was meant just for own debuggin
This reverts commit a04ff28b.
parent b19adbaf
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment