[vlc-commits] vlc_input: fix a comment

Frédéric Yhuel git at videolan.org
Wed Oct 31 21:19:14 CET 2012


vlc | branch: master | Frédéric Yhuel <yhuelf at gmail.com> | Tue Oct 30 14:25:51 2012 +0100| [78d846a4033185facafc5d9e1bc5dad67d525d3d] | committer: Rafaël Carré

vlc_input: fix a comment

Signed-off-by: Rafaël Carré <funman at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=78d846a4033185facafc5d9e1bc5dad67d525d3d
---

 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).
  *



More information about the vlc-commits mailing list