From a42fd601efd1a9b76cf28cedf056972d8425f90d Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 17 Sep 2004 02:28:44 +0000 Subject: Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch by "Reynaldo H. Verdejo Pinochet" , spelling and wording corrections by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13359 b3059339-0415-0410-9bf9-f77b7e298cf2 --- edl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'edl.h') diff --git a/edl.h b/edl.h index 1bc8e58159..76d06a03de 100644 --- a/edl.h +++ b/edl.h @@ -23,11 +23,11 @@ struct edl_record { typedef struct edl_record* edl_record_ptr; -char *edl_filename; // file to extract edl entries from (-edl) -char *edl_output_filename; // file to put edl entries in (-edlout) +char *edl_filename; // file to extract EDL entries from (-edl) +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 -int edl_count_entries(void); // returns total No of entries needed -int edl_parse_file(edl_record_ptr edl_records); // fills edl stack +int edl_count_entries(void); // returns total number of entries needed +int edl_parse_file(edl_record_ptr edl_records); // fills EDL stack #endif -- cgit v1.2.3