From 65ad39a0960bb9f542e05762b54f11198aaad39e Mon Sep 17 00:00:00 2001 From: henry Date: Sat, 12 Feb 2005 14:45:54 +0000 Subject: command to log current subtitle to file git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14685 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 5c8a025e17..0731e679c1 100644 --- a/input/input.c +++ b/input/input.c @@ -79,6 +79,7 @@ static mp_cmd_t mp_cmds[] = { { MP_CMD_SUB_VISIBILITY, "sub_visibility", 0, { {-1,{0}} } }, { MP_CMD_SUB_SELECT, "vobsub_lang", 0, { {-1,{0}} } }, // for compatibility { MP_CMD_SUB_SELECT, "sub_select", 0, { {-1,{0}} } }, + { MP_CMD_SUB_LOG, "sub_log", 0, { {-1,{0}} } }, { MP_CMD_GET_PERCENT_POS, "get_percent_pos", 0, { {-1,{0}} } }, { MP_CMD_GET_TIME_LENGTH, "get_time_length", 0, { {-1,{0}} } }, #ifdef USE_TV -- cgit v1.2.3