summaryrefslogtreecommitdiffstats
path: root/edl.h
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-06 08:52:18 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-06 08:52:18 +0000
commit0fe5fb1e00cbb9ecbb198fb52da49c5757f4f576 (patch)
tree8db1df4c76df3413eaca4593b7118b5352131168 /edl.h
parentf95066fb03378aed9b74f471a57cb6e09ba37064 (diff)
downloadmpv-0fe5fb1e00cbb9ecbb198fb52da49c5757f4f576.tar.bz2
mpv-0fe5fb1e00cbb9ecbb198fb52da49c5757f4f576.tar.xz
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
Diffstat (limited to 'edl.h')
-rw-r--r--edl.h3
1 files changed, 1 insertions, 2 deletions
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