]> git.sesse.net Git - vlc/blobdiff - include/vlc_input.h
Allow minimum rate change upto 32/1 in input.
[vlc] / include / vlc_input.h
index 2d24d8a200a36aaa26eb0b1487e86461f217c57c..2ea168637b9c2b62212196b4a9c2688abc5dd072 100644 (file)
@@ -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 */