mirror of
https://github.com/videolan/vlc.git
synced 2025-01-10 09:48:21 +08:00
allow up to x32 playback (instead of x8)
This commit is contained in:
parent
fe20abbc63
commit
d83a78cea7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user