Commit bfb0437b authored by Gildas Bazin's avatar Gildas Bazin

* Merged trunk changeset 9317 to 0.8.1 branch.

parent 4bc1efe8
......@@ -484,11 +484,11 @@ int aout_InputPlay( aout_instance_t * p_aout, aout_input_t * p_input,
if( p_input->i_resampling_type == AOUT_RESAMPLING_UP )
{
p_input->pp_resamplers[0]->input.i_rate += 1; /* Hz */
p_input->pp_resamplers[0]->input.i_rate += 2; /* Hz */
}
else
{
p_input->pp_resamplers[0]->input.i_rate -= 1; /* Hz */
p_input->pp_resamplers[0]->input.i_rate -= 2; /* Hz */
}
/* Check if everything is back to normal, in which case we can stop the
......
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