From 0fe5fb1e00cbb9ecbb198fb52da49c5757f4f576 Mon Sep 17 00:00:00 2001 From: ods15 Date: Tue, 6 Dec 2005 08:52:18 +0000 Subject: Fix EDL to be per file, allow -edlout and -edl together as there is really no reason not to. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17110 b3059339-0415-0410-9bf9-f77b7e298cf2 --- edl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'edl.h') diff --git a/edl.h b/edl.h index 3593227e94..319558fc64 100644 --- a/edl.h +++ b/edl.h @@ -5,7 +5,7 @@ #define EDL_SKIP 0 #define EDL_MUTE 1 -#define EDL_ERROR -1 + #define EDL_MUTE_START 1 #define EDL_MUTE_END 0 @@ -23,7 +23,6 @@ typedef struct edl_record* edl_record_ptr; extern char *edl_filename; // file to extract EDL entries from (-edl) extern char *edl_output_filename; // file to put EDL entries in (-edlout) -int edl_check_mode(void); // we cannot do -edl and -edlout at the same time void free_edl(edl_record_ptr next_edl_record); // free's entire EDL list. edl_record_ptr edl_parse_file(); // fills EDL stack -- cgit v1.2.3