align comments
Originally committed as revision 13253 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d2974f1676
commit
c2fb6be4a6
@ -392,8 +392,8 @@ typedef struct AVProgram {
|
|||||||
typedef struct AVChapter {
|
typedef struct AVChapter {
|
||||||
int id; ///< Unique id to identify the chapter
|
int id; ///< Unique id to identify the chapter
|
||||||
AVRational time_base; ///< Timebase in which the start/end timestamps are specified
|
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 */
|
int64_t start, end; ///< chapter start/end time in AV_TIME_BASE units
|
||||||
char *title; /**< chapter title */
|
char *title; ///< chapter title
|
||||||
} AVChapter;
|
} AVChapter;
|
||||||
|
|
||||||
#define MAX_STREAMS 20
|
#define MAX_STREAMS 20
|
||||||
|
Loading…
x
Reference in New Issue
Block a user