decoder: change rate argument
commit32bd267e4b90cca96c61634a8a48df737e0f4e8a
authorThomas Guillem <thomas@gllm.fr>
Fri, 15 Feb 2019 13:56:14 +0000 (15 14:56 +0100)
committerThomas Guillem <thomas@gllm.fr>
Fri, 15 Feb 2019 15:34:55 +0000 (15 16:34 +0100)
treeb6e086cf0d791b66d6fa3a5d2bcd3118a42d6801
parent1bd4f9869e00c1818ed85c03fbe306058ba8bca7
decoder: change rate argument

Use a float and inverse it.

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/decoder.c
src/input/es_out.c