diff input/input.c @ 14684:a4767edef10d

command to log current subtitle to file
author henry
date Sat, 12 Feb 2005 14:45:54 +0000
parents f6d4ef286a6b
children 11376fd550ac
line wrap: on
line diff
--- a/input/input.c	Sat Feb 12 14:38:50 2005 +0000
+++ b/input/input.c	Sat Feb 12 14:45:54 2005 +0000
@@ -79,6 +79,7 @@
   { 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