Skip to content
Snippets Groups Projects
Commit 09848652 authored by Jean-Paul Saman's avatar Jean-Paul Saman
Browse files

some explanation

parent 0369c9f0
No related branches found
No related tags found
No related merge requests found
......@@ -283,7 +283,10 @@ enum input_state_e
END_S,
};
/* "rate" default, min/max */
/* "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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment