es_out: change rate argument
commit1bd4f9869e00c1818ed85c03fbe306058ba8bca7
authorThomas Guillem <thomas@gllm.fr>
Fri, 15 Feb 2019 13:09:09 +0000 (15 14:09 +0100)
committerThomas Guillem <thomas@gllm.fr>
Fri, 15 Feb 2019 15:34:53 +0000 (15 16:34 +0100)
treeefe2fe20cc8c621411165533685d76e7e339d368
parente94cc7fe638540fbff5f2645e40116b41a3cb4a5
es_out: change rate argument

Inverse and use a float.

Before, the int rate value for a 4x speed was 250 (INPUT_RATE_DEFAULT / 250 =
4.f).  Now, for a 4x speed, the float value will be 4.f.
src/input/es_out.c
src/input/es_out.h
src/input/es_out_timeshift.c
src/input/input.c