Commit 8623a973 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Allow minimum rate change upto 32/1 in input.

parent 469dc547
...@@ -407,7 +407,7 @@ typedef enum input_state_e ...@@ -407,7 +407,7 @@ typedef enum input_state_e
* A rate above 1000 plays the movie slower. * 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 32 /* Up to 32/1 */
#define INPUT_RATE_MAX 32000 /* Up to 1/32 */ #define INPUT_RATE_MAX 32000 /* Up to 1/32 */
/* i_update field of access_t/demux_t */ /* i_update field of access_t/demux_t */
......
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