From 7f1c5834473c4041337e30f5e606aca629498aa7 Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 23 Dec 2002 00:33:22 +0000 Subject: 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8532 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index 731434784e..d4f5e910f0 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -227,6 +227,11 @@ extern int demuxer_type, audio_demuxer_type, sub_demuxer_type; #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}, -- cgit v1.2.3