From: Jean-Paul Saman Date: Fri, 21 Nov 2008 08:57:17 +0000 (+0100) Subject: Allow minimum rate change upto 32/1 in input. X-Git-Tag: 1.0.0-pre1~2088 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8623a9731e4d3af5eed1063b508c84a456cd08d1;p=vlc Allow minimum rate change upto 32/1 in input. --- diff --git a/include/vlc_input.h b/include/vlc_input.h index 2d24d8a200..2ea168637b 100644 --- a/include/vlc_input.h +++ b/include/vlc_input.h @@ -407,7 +407,7 @@ typedef enum input_state_e * 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_MIN 32 /* Up to 32/1 */ #define INPUT_RATE_MAX 32000 /* Up to 1/32 */ /* i_update field of access_t/demux_t */