From 098486520c795131354d315561187d03e4bfc85b Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Tue, 9 Aug 2005 14:31:24 +0000 Subject: [PATCH] some explanation --- include/vlc_input.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/vlc_input.h b/include/vlc_input.h index 92b0877d62..58740d1466 100644 --- a/include/vlc_input.h +++ b/include/vlc_input.h @@ -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 */ -- 2.39.2