Commit 7c4d81ac authored by Jean-Paul Saman's avatar Jean-Paul Saman

Use C-style comments

parent 4c23c78c
......@@ -177,7 +177,7 @@ static void DoWork( aout_instance_t * p_aout, aout_filter_t * p_filter,
/* Check if we really need to run the resampler */
if( p_aout->mixer.mixer.i_rate == p_filter->input.i_rate )
{
if( //p_filter->b_continuity && /* What difference does it make ? :) */
if( /*p_filter->b_continuity && /--* What difference does it make ? :) */
p_filter->p_sys->i_old_wing &&
p_in_buf->i_size >=
p_in_buf->i_nb_bytes + p_filter->p_sys->i_old_wing *
......
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