mirror of
https://github.com/mpv-player/mpv
synced 2025-01-17 12:31:25 +00:00
win32: add missing priority classes
This commit is contained in:
parent
5b8298376b
commit
082fbe39e8
@ -113,6 +113,8 @@ const m_option_t mp_opts[] = {
|
||||
#if HAVE_PRIORITY
|
||||
OPT_CHOICE("priority", w32_priority, 0,
|
||||
({"no", 0},
|
||||
{"realtime", REALTIME_PRIORITY_CLASS},
|
||||
{"high", HIGH_PRIORITY_CLASS},
|
||||
{"abovenormal", ABOVE_NORMAL_PRIORITY_CLASS},
|
||||
{"normal", NORMAL_PRIORITY_CLASS},
|
||||
{"belownormal", BELOW_NORMAL_PRIORITY_CLASS},
|
||||
|
Loading…
Reference in New Issue
Block a user