# HG changeset patch # User reynaldo # Date 1099440483 0 # Node ID 4178a4eee72c4e47b150befda22e81035dfb86fe # Parent 38424a8eb0ea26659bb71053a833c379997a5c07 fixed some doxygen comments, patch by Oded Shimon diff -r 38424a8eb0ea -r 4178a4eee72c mplayer.c --- 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;