mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-27 05:10:20 +00:00
player: remove internal vo-resize command again
Its only usecase was automated in the previous commit.
This commit is contained in:
@@ -191,7 +191,6 @@ const struct mp_cmd_def mp_cmds[] = {
|
||||
|
||||
{ MP_CMD_VF, "vf", { ARG_STRING, ARG_STRING } },
|
||||
{ MP_CMD_VF_COMMAND, "vf-command", { ARG_STRING, ARG_STRING, ARG_STRING } },
|
||||
{ MP_CMD_VO_RESIZE, "vo-resize", },
|
||||
|
||||
{ MP_CMD_SCRIPT_BINDING, "script-binding", { ARG_STRING },
|
||||
.allow_auto_repeat = true, .on_updown = true},
|
||||
|
||||
@@ -99,7 +99,6 @@ enum mp_command_type {
|
||||
/// Video filter commands
|
||||
MP_CMD_VF,
|
||||
MP_CMD_VF_COMMAND,
|
||||
MP_CMD_VO_RESIZE,
|
||||
|
||||
/// Internal for Lua scripts
|
||||
MP_CMD_SCRIPT_BINDING,
|
||||
|
||||
Reference in New Issue
Block a user