]> git.sesse.net Git - vlc/commitdiff
allow up to x32 playback (instead of x8)
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 10 Feb 2007 15:29:27 +0000 (15:29 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 10 Feb 2007 15:29:27 +0000 (15:29 +0000)
include/vlc_input.h

index 85ef9901cf4f57f7bd710e355b92c0eb1b6d9818..0ed8fcdc1624c25aab65eab3d1fb41ecd476ce99 100644 (file)
@@ -327,7 +327,7 @@ enum input_state_e
  */
 #define INPUT_RATE_DEFAULT  1000
 #define INPUT_RATE_MIN       125            /* Up to 8/1 */
-#define INPUT_RATE_MAX      8000            /* Up to 1/8 */
+#define INPUT_RATE_MAX     32000            /* Up to 1/8 */
 
 /* i_update field of access_t/demux_t */
 #define INPUT_UPDATE_NONE       0x0000