Commit 7ec013e0 authored by Sébastien Escudier's avatar Sébastien Escudier

live555 : fix typo

parent 04ac1706
...@@ -849,7 +849,7 @@ static int SessionsSetup( demux_t *p_demux ) ...@@ -849,7 +849,7 @@ static int SessionsSetup( demux_t *p_demux )
tk->fmt.i_codec = VLC_CODEC_S16B; tk->fmt.i_codec = VLC_CODEC_S16B;
tk->fmt.audio.i_bitspersample = 16; 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.i_codec = VLC_CODEC_S24B;
tk->fmt.audio.i_bitspersample = 24; 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