diff cfg-mplayer.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 62149f352939
line wrap: on
line diff
--- a/cfg-mplayer.h	Sat Mar 19 17:41:29 2005 +0000
+++ b/cfg-mplayer.h	Sat Mar 19 20:55:51 2005 +0000
@@ -167,10 +167,8 @@
 	{"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