From: Jean-Paul Saman Date: Tue, 9 Aug 2005 14:31:24 +0000 (+0000) Subject: some explanation X-Git-Tag: 0.8.4~945 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=098486520c795131354d315561187d03e4bfc85b;p=vlc some explanation --- 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 */