diff options
author | wm4 <wm4@nowhere> | 2013-02-06 21:41:21 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-02-06 23:03:39 +0100 |
commit | c5340512dd5a75079779c896505a038caf3ce69a (patch) | |
tree | dad034fa95de5d1c9f835cf8e1fe5ec0f4592518 /etc | |
parent | 74817a77d45c96d4107b1946d0f918a893c58cac (diff) |
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}"
Diffstat (limited to 'etc')
-rw-r--r-- | etc/input.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/input.conf b/etc/input.conf index d310951ad9..3b34545705 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -99,7 +99,6 @@ F cycle sub-forced-only SHARP cycle audio # switch audio streams _ cycle video TAB cycle program -i edl_mark # for use with --edlout mode T cycle ontop # toggle video window ontop of other windows f cycle fullscreen # toggle fullscreen s screenshot # take a screenshot |