From c5340512dd5a75079779c896505a038caf3ce69a Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 6 Feb 2013 21:41:21 +0100 Subject: core: remove --edlout functionality This could write .edl files in MPlayer's format. Support for playing these files has been removed from mplayer2 quite a while ago. (mplayer2 can play its own, "new" .edl format, but does not support writing it.) Since this is a rather obscure functionality, and it's not really clear how it should behave (e.g. what should it do if a new file is played), and wasn't all that great to begin with (what if you made a mistake? the "edl_mark" command sucks for editing), get rid of it. Suggestions how to reimplement this in a nicer way are welcome. If it's just about retrieving timecodes, this in input.conf will do: KEY print_text "position: ${=time-pos}" --- core/cfg-mplayer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/cfg-mplayer.h') diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h index 9bf6d53d6d..fcaf1c8050 100644 --- a/core/cfg-mplayer.h +++ b/core/cfg-mplayer.h @@ -560,8 +560,6 @@ const m_option_t mplayer_opts[]={ // override audio buffer size (used only by -ao oss/win32, obsolete) OPT_INT("abs", ao_buffersize, 0), - {"edlout", &edl_output_filename, CONF_TYPE_STRING, 0, 0, 0, NULL}, - // set screen dimensions (when not detectable or virtual!=visible) OPT_INTRANGE("screenw", vo_screenwidth, CONF_GLOBAL, 0, 4096), OPT_INTRANGE("screenh", vo_screenheight, CONF_GLOBAL, 0, 4096), -- cgit v1.2.3