Commit d83a78ce authored by Antoine Cellerier's avatar Antoine Cellerier

allow up to x32 playback (instead of x8)

parent fe20abbc
......@@ -327,7 +327,7 @@ enum input_state_e
*/
#define INPUT_RATE_DEFAULT 1000
#define INPUT_RATE_MIN 125 /* Up to 8/1 */
#define INPUT_RATE_MAX 8000 /* Up to 1/8 */
#define INPUT_RATE_MAX 32000 /* Up to 1/8 */
/* i_update field of access_t/demux_t */
#define INPUT_UPDATE_NONE 0x0000
......
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