Commit 8428ba67 authored by Sébastien Escudier's avatar Sébastien Escudier Committed by Rémi Denis-Courmont

live555 : fix typo

(cherry picked from commit 7ec013e0c9be7ff431e9823e745c2329a01db64d)
parent abcc751e
......@@ -813,7 +813,7 @@ static int SessionsSetup( demux_t *p_demux )
tk->fmt.i_codec = VLC_FOURCC( 't', 'w', 'o', 's' );
tk->fmt.audio.i_bitspersample = 16;
}
else if( !strcmp( sub-codecName(), "L24" ) )
else if( !strcmp( sub->codecName(), "L24" ) )
{
tk->fmt.i_codec = VLC_CODEC_S24B;
tk->fmt.audio.i_bitspersample = 24;
......
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