From bb6b543812a72484fe657f04ae5c050d353b7584 Mon Sep 17 00:00:00 2001 From: xylosper Date: Sat, 22 Feb 2014 15:28:05 +0900 Subject: command: provide per-file-options for loadfile command Signed-off-by: wm4 Closes #575. Minor changes over original pull request. --- input/input.h | 1 + 1 file changed, 1 insertion(+) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index ee66ff6f8a..6e2e0f7046 100644 --- a/input/input.h +++ b/input/input.h @@ -75,6 +75,7 @@ struct mp_cmd_arg { float f; double d; char *s; + char **str_list; void *p; } v; }; -- cgit v1.2.3