[FFmpeg-cvslog] r10319 - trunk/libavformat/matroskaenc.c

conrad subversion
Wed Sep 5 02:23:26 CEST 2007


Author: conrad
Date: Wed Sep  5 02:23:26 2007
New Revision: 10319

Log:
Doxygenize comments


Modified:
   trunk/libavformat/matroskaenc.c

Modified: trunk/libavformat/matroskaenc.c
==============================================================================
--- trunk/libavformat/matroskaenc.c	(original)
+++ trunk/libavformat/matroskaenc.c	Wed Sep  5 02:23:26 2007
@@ -31,8 +31,8 @@ typedef struct mkv_seekhead_entry {
 
 typedef struct mkv_seekhead {
     offset_t                filepos;
-    offset_t                segment_offset;     // the file offset to the beginning of the segment
-    int                     reserved_size;      // -1 if appending to file
+    offset_t                segment_offset;     ///< the file offset to the beginning of the segment
+    int                     reserved_size;      ///< -1 if appending to file
     int                     max_entries;
     mkv_seekhead_entry      *entries;
     int                     num_entries;




More information about the ffmpeg-cvslog mailing list