From faad40aad92d51290ef2fc4d94277eca89863873 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 11 May 2013 22:19:33 +0200 Subject: core: add --stream-capture This is a partial revert of commit 7059c15, and basically re-adds --capture, just with different option names and slightly different semantics. --- core/cfg-mplayer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/cfg-mplayer.h') diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h index baf0820f48..9feb82f9cd 100644 --- a/core/cfg-mplayer.h +++ b/core/cfg-mplayer.h @@ -634,6 +634,8 @@ const m_option_t mplayer_opts[]={ OPT_FLAG("untimed", untimed, 0), + OPT_STRING("stream-capture", stream_capture, 0), + #ifdef CONFIG_LIRC {"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL}, #endif -- cgit v1.2.3