mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-29 10:52:20 +00:00
chapter id and timebase
Originally committed as revision 13252 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
19757f6169
commit
d2974f1676
@ -390,6 +390,8 @@ typedef struct AVProgram {
|
||||
(streams are added dynamically) */
|
||||
|
||||
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 */
|
||||
} AVChapter;
|
||||
|
Loading…
Reference in New Issue
Block a user