# HG changeset patch # User michael # Date 1211546652 0 # Node ID b847faf6440897c62703ca1080f5dc15e18d192d # Parent d3d68f5f388f67bbd2a5fb22dbb5d69098a75832 align comments diff -r d3d68f5f388f -r b847faf64408 avformat.h --- a/avformat.h Fri May 23 12:43:33 2008 +0000 +++ b/avformat.h Fri May 23 12:44:12 2008 +0000 @@ -392,8 +392,8 @@ 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