]> git.sesse.net Git - vlc/commitdiff
some explanation
authorJean-Paul Saman <jpsaman@videolan.org>
Tue, 9 Aug 2005 14:31:24 +0000 (14:31 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 9 Aug 2005 14:31:24 +0000 (14:31 +0000)
include/vlc_input.h

index 92b0877d62a74eef9c44a3f990ab87aaed7ffe83..58740d1466eb147a680a5df456168c2296c60909 100644 (file)
@@ -283,7 +283,10 @@ enum input_state_e
     END_S,
 };
 
-/* "rate" default, min/max */
+/* "rate" default, min/max
+ * A rate below 1000 plays the movie faster,
+ * A rate above 1000 plays the movie slower.
+ */
 #define INPUT_RATE_DEFAULT  1000
 #define INPUT_RATE_MIN       125            /* Up to 8/1 */
 #define INPUT_RATE_MAX      8000            /* Up to 1/8 */