From 989b482bd601013392e0797d4585d4c189127d19 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 11 May 2013 22:40:46 +0200 Subject: core: re-add -dumpstream as --stream-dump Apparently useful for dumping DVD. Could also be used to rip streams with libquvi and such, but for that there are better tools. Actually I doubt there aren't better tools to dump DVDs, but whatever, this was a feature request, so I don't need a good reason. --- core/cfg-mplayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/cfg-mplayer.h') diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h index 9feb82f9cd..b386cb53e8 100644 --- a/core/cfg-mplayer.h +++ b/core/cfg-mplayer.h @@ -635,6 +635,7 @@ const m_option_t mplayer_opts[]={ OPT_FLAG("untimed", untimed, 0), OPT_STRING("stream-capture", stream_capture, 0), + OPT_STRING("stream-dump", stream_dump, 0), #ifdef CONFIG_LIRC {"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL}, -- cgit v1.2.3