Commit 62f53d27 authored by Ilkka Ollakka's avatar Ilkka Ollakka

mux ts: indent fix

parent 21700135
......@@ -1323,7 +1323,7 @@ static bool MuxStreams(sout_mux_t *p_mux )
if( p_input->p_fmt->i_codec == VLC_CODEC_MP4A )
p_data = Add_ADTS( p_data, p_input->p_fmt );
else if( p_input->p_fmt->i_codec == VLC_CODEC_OPUS )
else if( p_input->p_fmt->i_codec == VLC_CODEC_OPUS )
p_data = Pack_Opus( p_data );
}
else
......
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