1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-27 04:21:53 +02:00

vlc_input: fix a comment

Signed-off-by: Rafaël Carré <funman@videolan.org>
This commit is contained in:
Frédéric Yhuel 2012-10-30 14:25:51 +01:00 committed by Rafaël Carré
parent e364643f52
commit 78d846a403

View File

@ -344,7 +344,7 @@ typedef enum input_state_e
* Input rate.
*
* It is an float used by the variable "rate" in the
* range [INPUT_RATE_DEFAULT/INPUT_RATE_MAX, INPUT_RATE_DEFAULT/INPUT_RATE_MAX]
* range [INPUT_RATE_DEFAULT/INPUT_RATE_MAX, INPUT_RATE_DEFAULT/INPUT_RATE_MIN]
* the default value being 1. It represents the ratio of playback speed to
* nominal speed (bigger is faster).
*