diff --git a/libavformat/avformat.h b/libavformat/avformat.h index f9f351ae57..f53ef3030d 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -392,8 +392,8 @@ typedef struct AVProgram { typedef struct AVChapter { int id; ///< Unique id to identify the chapter AVRational time_base; ///< Timebase in which the start/end timestamps are specified - int64_t start, end; /**< chapter start/end time in AV_TIME_BASE units */ - char *title; /**< chapter title */ + int64_t start, end; ///< chapter start/end time in AV_TIME_BASE units + char *title; ///< chapter title } AVChapter; #define MAX_STREAMS 20