diff cfg-common.h @ 8531:1aa2c9b460af

Merged EDL 0.5 patch - it's something like Quicktime's edit lists. (skip sections listed in a text file. it also supports creating them) patch by Michael Halcrow <mah69@email.byu.edu>
author arpi
date Mon, 23 Dec 2002 00:33:22 +0000
parents 2202c00001e3
children 4c18c4e7f34e
line wrap: on
line diff
--- a/cfg-common.h	Sun Dec 22 23:13:26 2002 +0000
+++ b/cfg-common.h	Mon Dec 23 00:33:22 2002 +0000
@@ -227,6 +227,11 @@
 
 #include "libmpdemux/tv.h"
 
+#ifdef USE_EDL
+extern char* edl_filename;
+extern char* edl_output_filename;
+#endif
+
 #ifdef USE_TV
 struct config tvopts_conf[]={
 	{"on", &tv_param_on, CONF_TYPE_FLAG, 0, 0, 1, NULL},