summaryrefslogtreecommitdiffstats
path: root/cfg-common.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-common.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-common.h')
-rw-r--r--cfg-common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index c2ccab16ba..636f8aad71 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -74,6 +74,11 @@
{"sb", &seek_to_byte, CONF_TYPE_POSITION, CONF_MIN, 0, 0, NULL},
{"ss", &seek_to_sec, CONF_TYPE_STRING, CONF_MIN, 0, 0, NULL},
+#ifdef USE_EDL
+ {"edl", &edl_filename, CONF_TYPE_STRING, 0, 0, 0, NULL},
+#else
+ {"edl", "MPlayer was compiled without EDL support.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
+#endif
// AVI specific: force non-interleaved mode
{"ni", &force_ni, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"noni", &force_ni, CONF_TYPE_FLAG, 0, 1, 0, NULL},