Commit 4cf15dfa authored by Gildas Bazin's avatar Gildas Bazin

* modules/mux/asf.c: MUX_GET_ADD_STREAM_WAIT == true. Seems even asfh can't...

* modules/mux/asf.c: MUX_GET_ADD_STREAM_WAIT == true. Seems even asfh can't send new headers after the stream started.
parent a25490ab
......@@ -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:
......
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