Commit 5de91b63 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Remove excess whiteline

parent 0a925f52
...@@ -389,7 +389,6 @@ static int Mux( sout_mux_t *p_mux ) ...@@ -389,7 +389,6 @@ static int Mux( sout_mux_t *p_mux )
{ {
msg_Dbg( p_mux, "writing header" ); msg_Dbg( p_mux, "writing header" );
if( av_write_header( p_sys->oc ) < 0 ) if( av_write_header( p_sys->oc ) < 0 )
{ {
msg_Err( p_mux, "could not write header" ); msg_Err( p_mux, "could not write header" );
......
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