From 5f9adff3f6d3b807ee30003c6558bb74cb467592 Mon Sep 17 00:00:00 2001 From: kmkaplan Date: Sat, 21 Sep 2002 17:23:46 +0000 Subject: New option for mplayer: -dumpmicrodvdsub git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7461 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 5f39883d42..e33fdc308d 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -328,6 +328,7 @@ static config_t mplayer_opts[]={ {"dumpmpsub", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 4, NULL}, {"dumpstream", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 5, NULL}, {"dumpsrtsub", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 6, NULL}, + {"dumpmicrodvdsub", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 7, NULL}, #ifdef HAVE_LIRC {"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL}, -- cgit v1.2.3