summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-19 20:55:51 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-19 20:55:51 +0000
commit7d547bfd7ee43e2bbdb7ccd7e80555688222aa6a (patch)
tree20d7a2cb5991d0db284cc8ae5310cd7934a53bf7 /cfg-mplayer.h
parent5266d912bec2d77ac914e70b9a2df9349b33fb14 (diff)
downloadmpv-7d547bfd7ee43e2bbdb7ccd7e80555688222aa6a.tar.bz2
mpv-7d547bfd7ee43e2bbdb7ccd7e80555688222aa6a.tar.xz
EDL for mencoder, patch by Oded (ods15)
Committed with a few minor fixes. Needs documentation still. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14965 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 9c75ea62ae..677a5fb8a7 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -167,10 +167,8 @@ m_option_t mplayer_opts[]={
{"noalsa", "-noalsa has been removed. Remove it from your config file.\n",
CONF_TYPE_PRINT, 0, 0, 0, NULL},
#ifdef USE_EDL
- {"edl", &edl_filename, CONF_TYPE_STRING, 0, 0, 0, NULL},
{"edlout", &edl_output_filename, CONF_TYPE_STRING, 0, 0, 0, NULL},
#else
- {"edl", "MPlayer was compiled without EDL support.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
{"edlout", "MPlayer was compiled without EDL support.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
#endif