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

Ian Griffin ig at videocarbon.com
Wed Sep 20 02:47:56 CEST 2006


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 ?


Thanks for your help.

Ian.

Clément Stenac wrote:
> Hi,
>
> This is defined in include/vlc_input.h
> See the INPUT_RATE_MIN and INPUT_RATE_MAX variables
>
> Regards,
>
> Clément
>
>   

-- 
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