command: add af-command command

Similar to vf-command. Requested. Untested.
This commit is contained in:
wm4
2016-01-22 20:36:54 +01:00
parent 4c25f49236
commit f176104ed5
7 changed files with 32 additions and 0 deletions

View File

@@ -180,6 +180,7 @@ const struct mp_cmd_def mp_cmds[] = {
{ MP_CMD_DROP_BUFFERS, "drop-buffers", },
{ MP_CMD_AF, "af", { ARG_STRING, ARG_STRING } },
{ MP_CMD_AF_COMMAND, "af-command", { ARG_STRING, ARG_STRING, ARG_STRING } },
{ MP_CMD_AO_RELOAD, "ao-reload", },
{ MP_CMD_VF, "vf", { ARG_STRING, ARG_STRING } },