diff cfg-common.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 7e7b077b7a50
children 265d8b8adbbe
line wrap: on
line diff
--- a/cfg-common.h	Sat Mar 19 17:41:29 2005 +0000
+++ b/cfg-common.h	Sat Mar 19 20:55:51 2005 +0000
@@ -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},