Commit afee2b7a authored by Jean-Paul Saman's avatar Jean-Paul Saman

Some cleanup of whitespace

parent 6bfea2fc
......@@ -502,6 +502,7 @@ static int Open( vlc_object_t *p_this )
if( p_sys->i_acodec )
{
#if 1
if( (strncmp( (char *)&p_sys->i_acodec, "mp3", 3) == 0) &&
(p_sys->i_channels > 2) )
{
......@@ -509,6 +510,7 @@ static int Open( vlc_object_t *p_this )
p_sys->i_channels );
p_sys->i_channels = 2;
}
#endif
msg_Dbg( p_stream, "codec audio=%4.4s %dHz %d channels %dKb/s",
(char *)&p_sys->i_acodec, p_sys->i_sample_rate,
p_sys->i_channels, p_sys->i_abitrate / 1000 );
......
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