[vlc-devel] [PATCH] vlc_input: fix a comment

Frédéric Yhuel yhuelf at gmail.com
Tue Oct 30 14:25:51 CET 2012


---
 include/vlc_input.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_input.h b/include/vlc_input.h
index 7d8320a..a96c92d 100644
--- a/include/vlc_input.h
+++ b/include/vlc_input.h
@@ -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).
  *
-- 
1.7.9.5



More information about the vlc-devel mailing list