input: change rate argument
commit6df5d5db51d473596a0c19c364fc5520e390d2ee
authorThomas Guillem <thomas@gllm.fr>
Fri, 15 Feb 2019 14:38:39 +0000 (15 15:38 +0100)
committerThomas Guillem <thomas@gllm.fr>
Fri, 15 Feb 2019 15:34:55 +0000 (15 16:34 +0100)
tree0fbdf724d13232afd7b91c27a699656135e6f6ff
parentb36e69b7726e89234c2577d59a5ca6450db66e42
input: 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.
include/vlc_demux.h
modules/access/live555.cpp
modules/demux/subtitle.c
src/input/es_out_timeshift.c
src/input/event.h
src/input/input.c
src/input/input_internal.h
src/input/player.c
src/input/var.c