[vlc-devel] Re: Limit FF and FW speeds to max of 4x?

Benjamin Pracht bigben+spam at videolan.org
Wed Sep 20 15:48:59 CEST 2006


Le mardi 19 septembre 2006 à 17:47 -0700, Ian Griffin a écrit :
> Hi Thanks for the info on how to set the max speeds. I've tried changing 
> the rate to 4000 would I assume would allow a max of 4x playback speed, 
> however, I can still speed up to 8x after compiling?
> 
> /* "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 */
> 
> I'm changing INPUT_RATE_MAX    to 4000
> 
> Is there anywhere else I need to set this value ?

Have you actually read the 2 lines of comment in the upper part of the
code you pasted ?

-- 
BigBen

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list