Commit d8e4bc56 authored by Laurent Aimar's avatar Laurent Aimar

Fixed discontinous flag in bandlimited when not resampling.

parent 764c1542
......@@ -133,7 +133,6 @@ static block_t *Resample( filter_t * p_filter, block_t * p_in_buf )
date_Increment( &p_sys->end_date,
p_in_buf->i_nb_samples ) - p_in_buf->i_pts;
}
p_in_buf->i_flags |= BLOCK_FLAG_DISCONTINUITY;
p_sys->i_old_wing = 0;
return p_in_buf;
}
......
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