summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index 422e82680e..2164e7b204 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -200,6 +200,11 @@ m_option_t mencoder_opts[]={
{"endpos", &end_at_string, CONF_TYPE_STRING, 0, 0, 0, NULL},
+#ifdef USE_EDL
+ {"hr-edl-seek", &edl_seek_type, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+ {"nohr-edl-seek", &edl_seek_type, CONF_TYPE_FLAG, 0, 1, 0, NULL},
+#endif
+
// set output framerate - recommended for variable-FPS (ASF etc) files
// and for 29.97FPS progressive MPEG2 streams
{"ofps", &force_ofps, CONF_TYPE_FLOAT, CONF_MIN|CONF_GLOBAL, 0, 0, NULL},