From 1544e6471755ec91d954ab604abdcedfac082acc Mon Sep 17 00:00:00 2001 From: albeu Date: Mon, 9 Jul 2007 11:19:21 +0000 Subject: Add the sub_scale property and command. Patch from Anatoli Marinov (anatoli [dot] marinov [at] gmail [dot] com). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23745 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.c | 1 + 1 file changed, 1 insertion(+) (limited to 'input/input.c') diff --git a/input/input.c b/input/input.c index c6f3461b9a..3b9312a916 100644 --- a/input/input.c +++ b/input/input.c @@ -88,6 +88,7 @@ static mp_cmd_t mp_cmds[] = { { MP_CMD_SUB_SELECT, "vobsub_lang", 0, { { MP_CMD_ARG_INT,{-2} }, {-1,{0}} } }, // for compatibility { MP_CMD_SUB_SELECT, "sub_select", 0, { { MP_CMD_ARG_INT,{-2} }, {-1,{0}} } }, { MP_CMD_SUB_LOG, "sub_log", 0, { {-1,{0}} } }, + { MP_CMD_SUB_SCALE, "sub_scale",1, { {MP_CMD_ARG_FLOAT,{0}}, {MP_CMD_ARG_INT,{0}}, {-1,{0}} } }, { MP_CMD_GET_PERCENT_POS, "get_percent_pos", 0, { {-1,{0}} } }, { MP_CMD_GET_TIME_POS, "get_time_pos", 0, { {-1,{0}} } }, { MP_CMD_GET_TIME_LENGTH, "get_time_length", 0, { {-1,{0}} } }, -- cgit v1.2.3