summaryrefslogtreecommitdiffstats
path: root/edl.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-17 02:28:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-17 02:28:44 +0000
commita42fd601efd1a9b76cf28cedf056972d8425f90d (patch)
tree49956565164b88766bc3c92e4241f1b5f928d0c9 /edl.h
parent6068c1846eea74b972e66096f44d9141c788f1b6 (diff)
downloadmpv-a42fd601efd1a9b76cf28cedf056972d8425f90d.tar.bz2
mpv-a42fd601efd1a9b76cf28cedf056972d8425f90d.tar.xz
Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch
by "Reynaldo H. Verdejo Pinochet" <reynaldo at opendot dot cl>, spelling and wording corrections by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13359 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'edl.h')
-rw-r--r--edl.h8
1 files changed, 4 insertions, 4 deletions
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