Commit b376e4e2 authored by Antoine Cellerier's avatar Antoine Cellerier

s/unsuported/unsupported/ (thanks to tumu)

parent 6840bc0f
......@@ -473,7 +473,7 @@ sout_input_t *sout_MuxAddStream( sout_mux_t *p_mux, es_format_t *p_fmt )
if( !p_mux->b_add_stream_any_time && !p_mux->b_waiting_stream )
{
msg_Err( p_mux, "cannot add a new stream (unsuported while muxing "
msg_Err( p_mux, "cannot add a new stream (unsupported while muxing "
"for this format)" );
return NULL;
}
......
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