Commit 187f4eb2 authored by Laurent Aimar's avatar Laurent Aimar

Fixed bandlimited when switching from non resampling state.

parent d8e4bc56
...@@ -134,6 +134,7 @@ static block_t *Resample( filter_t * p_filter, block_t * p_in_buf ) ...@@ -134,6 +134,7 @@ static block_t *Resample( filter_t * p_filter, block_t * p_in_buf )
p_in_buf->i_nb_samples ) - p_in_buf->i_pts; p_in_buf->i_nb_samples ) - p_in_buf->i_pts;
} }
p_sys->i_old_wing = 0; p_sys->i_old_wing = 0;
p_sys->b_first = true;
return p_in_buf; 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