diff cfg-mencoder.h @ 14964:92e234f53156

EDL for mencoder, patch by Oded (ods15) Committed with a few minor fixes. Needs documentation still.
author rfelker
date Sat, 19 Mar 2005 20:55:51 +0000
parents 63b1cc62fc9b
children e84a6ae9d51e
line wrap: on
line diff
--- a/cfg-mencoder.h	Sat Mar 19 17:41:29 2005 +0000
+++ b/cfg-mencoder.h	Sat Mar 19 20:55:51 2005 +0000
@@ -200,6 +200,11 @@
 
 	{"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},