[FFmpeg-soc] [soc]: r336 - matroska/matroskaenc.c
conrad
subversion at mplayerhq.hu
Sat Jul 7 05:57:12 CEST 2007
Author: conrad
Date: Sat Jul 7 05:57:12 2007
New Revision: 336
Log:
Doxygenize comments
Modified:
matroska/matroskaenc.c
Modified: matroska/matroskaenc.c
==============================================================================
--- matroska/matroskaenc.c (original)
+++ matroska/matroskaenc.c Sat Jul 7 05:57:12 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-soc
mailing list