]> git.sesse.net Git - vlc/commitdiff
vlc_input: fix a comment
authorFrédéric Yhuel <yhuelf@gmail.com>
Tue, 30 Oct 2012 13:25:51 +0000 (14:25 +0100)
committerRafaël Carré <funman@videolan.org>
Wed, 31 Oct 2012 20:18:47 +0000 (21:18 +0100)
Signed-off-by: Rafaël Carré <funman@videolan.org>
include/vlc_input.h

index 7d8320a75ce9b2263aa3ec1fe34090cc4f7cf732..a96c92d79da2d849ad2b45e7f156eee6a5493a86 100644 (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).
  *