# HG changeset patch # User bcoudurier # Date 1234085959 0 # Node ID b6b31de76359e3b00b1bf1800d0d96bf44663e3c # Parent 146d6083662b573173e75e9258ba73ec6e7d260d fix doxygen diff -r 146d6083662b -r b6b31de76359 mov.c --- a/mov.c Sun Feb 08 08:27:26 2009 +0000 +++ b/mov.c Sun Feb 08 09:39:19 2009 +0000 @@ -125,7 +125,7 @@ int *keyframes; int time_scale; int time_rate; - int time_offset; /// time offset of the first edit list entry + int time_offset; ///< time offset of the first edit list entry int current_sample; unsigned int bytes_per_frame; unsigned int samples_per_frame; diff -r 146d6083662b -r b6b31de76359 mxfenc.c --- a/mxfenc.c Sun Feb 08 08:27:26 2009 +0000 +++ b/mxfenc.c Sun Feb 08 09:39:19 2009 +0000 @@ -55,7 +55,7 @@ typedef struct { uint8_t flags; uint64_t offset; - unsigned slice_offset; // offset of audio slice + unsigned slice_offset; ///< offset of audio slice } MXFIndexEntry; typedef struct { @@ -118,7 +118,7 @@ MXFIndexEntry *index_entries; unsigned edit_units_count; uint64_t timestamp; ///< timestamp, as year(16),month(8),day(8),hour(8),minutes(8),msec/4(8) - uint8_t slice_count; /// index slice count minus 1 (1 if no audio, 0 otherwise) + uint8_t slice_count; ///< index slice count minus 1 (1 if no audio, 0 otherwise) } MXFContext; static const uint8_t uuid_base[] = { 0xAD,0xAB,0x44,0x24,0x2f,0x25,0x4d,0xc7,0x92,0xff,0x29,0xbd };