Mercurial > mplayer.hg
changeset 13858:4178a4eee72c
fixed some doxygen comments, patch by Oded Shimon
author | reynaldo |
---|---|
date | Wed, 03 Nov 2004 00:08:03 +0000 |
parents | 38424a8eb0ea |
children | 1b0d5a6ab7dc |
files | mplayer.c |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Tue Nov 02 23:06:12 2004 +0000 +++ b/mplayer.c Wed Nov 03 00:08:03 2004 +0000 @@ -356,13 +356,13 @@ #endif #ifdef USE_EDL -edl_record_ptr edl_records = NULL; /// EDL entries memory area -edl_record_ptr next_edl_record = NULL; /// only for traversing edl_records -int edl_memory_slots = 0; /// number of EDL entries (1 for skip + 2 for each mute) -int edl_operations = 0; /// number of EDL operations, skip + mute -short edl_decision = 0; /// 1 when an EDL operation has been made -FILE* edl_fd = NULL; /// fd to write to when in -edlout mode -int edl_mute_count = 0; /// even number when mute and unmute has been matched +edl_record_ptr edl_records = NULL; ///< EDL entries memory area +edl_record_ptr next_edl_record = NULL; ///< only for traversing edl_records +int edl_memory_slots = 0; ///< number of EDL entries (1 for skip + 2 for each mute) +int edl_operations = 0; ///< number of EDL operations, skip + mute +short edl_decision = 0; ///< 1 when an EDL operation has been made +FILE* edl_fd = NULL; ///< fd to write to when in -edlout mode +int edl_mute_count = 0; ///< even number when mute and unmute has been matched #endif static unsigned int inited_flags=0;