mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 07:16:56 +00:00
input: increase number of maximum sections
This is because Lua scripts creating key bindings create 2 input sections per script. Probably fixes #759.
This commit is contained in:
parent
beaa7c7153
commit
585d8c6856
@ -105,7 +105,7 @@ struct input_fd {
|
||||
int pos, size;
|
||||
};
|
||||
|
||||
#define MAX_ACTIVE_SECTIONS 5
|
||||
#define MAX_ACTIVE_SECTIONS 50
|
||||
|
||||
struct active_section {
|
||||
char *name;
|
||||
|
Loading…
Reference in New Issue
Block a user