[FFmpeg-devel] [PATCH 6/6] vformat/wtvenc: fix doxygen comments
Michael Niedermayer
michaelni at gmx.at
Thu May 23 15:58:16 CEST 2013
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
libavformat/wtvenc.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavformat/wtvenc.c b/libavformat/wtvenc.c
index 410a2dc..a5692c1 100644
--- a/libavformat/wtvenc.c
+++ b/libavformat/wtvenc.c
@@ -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;
--
1.7.9.5
More information about the ffmpeg-devel
mailing list