Commit 6d02bdc3 authored by Michael Niedermayer's avatar Michael Niedermayer

vformat/wtvenc: fix doxygen comments

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 68ff5289
......@@ -87,10 +87,10 @@ typedef struct {
typedef struct {
int64_t timeline_start_pos;
WtvFile file[WTV_FILES];
int64_t serial; /** chunk serial number */
int64_t last_chunk_pos; /** last chunk position */
int64_t last_timestamp_pos; /** last timestamp chunk position */
int64_t first_index_pos; /** first index_chunk position */
int64_t serial; /**< chunk serial number */
int64_t last_chunk_pos; /**< last chunk position */
int64_t last_timestamp_pos; /**< last timestamp chunk position */
int64_t first_index_pos; /**< first index_chunk position */
WtvChunkEntry index[MAX_NB_INDEX];
int nb_index;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment