mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
vformat/wtvenc: fix doxygen comments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
68ff528969
commit
6d02bdc338
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user