[vlc-devel] commit: Allow minimum rate change upto 32/1 in input. (Jean-Paul Saman )

git version control git at videolan.org
Fri Nov 21 10:58:35 CET 2008


vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Fri Nov 21 09:57:17 2008 +0100| [8623a9731e4d3af5eed1063b508c84a456cd08d1] | committer: Jean-Paul Saman 

Allow minimum rate change upto 32/1 in input.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8623a9731e4d3af5eed1063b508c84a456cd08d1
---

 include/vlc_input.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc_input.h b/include/vlc_input.h
index 2d24d8a..2ea1686 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 */




More information about the vlc-devel mailing list