9 #define EDL_MUTE_START 1
10 #define EDL_MUTE_END 0
21 struct edl_record
* next
;
24 typedef struct edl_record
* edl_record_ptr
;
26 char *edl_filename
; // file to extract edl entries from (-edl)
27 char *edl_output_filename
; // file to put edl entries in (-edlout)
29 int edl_check_mode(void); // we cannot do -edl and -edlout at the same time
30 int edl_count_entries(void); // returns total No of entries needed
31 int edl_parse_file(edl_record_ptr edl_records
); // fills edl stack