Commit 09848652 authored by Jean-Paul Saman's avatar Jean-Paul Saman

some explanation

parent 0369c9f0
...@@ -283,7 +283,10 @@ enum input_state_e ...@@ -283,7 +283,10 @@ enum input_state_e
END_S, 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_DEFAULT 1000
#define INPUT_RATE_MIN 125 /* Up to 8/1 */ #define INPUT_RATE_MIN 125 /* Up to 8/1 */
#define INPUT_RATE_MAX 8000 /* Up to 1/8 */ #define INPUT_RATE_MAX 8000 /* Up to 1/8 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment