#include <avformat.h>
Data Fields | |
| int | id |
| Unique id to identify the chapter. | |
| AVRational | time_base |
| Timebase in which the start/end timestamps are specified. | |
| int64_t | start |
| int64_t | end |
| chapter start/end time in time_base units | |
| char * | title |
| chapter title | |
Definition at line 419 of file avformat.h.
| int AVChapter::id |
Unique id to identify the chapter.
Definition at line 420 of file avformat.h.
Referenced by ff_new_chapter().
Timebase in which the start/end timestamps are specified.
Definition at line 421 of file avformat.h.
Referenced by compute_chapters_end().
| int64_t AVChapter::start |
| int64_t AVChapter::end |
chapter start/end time in time_base units
Definition at line 422 of file avformat.h.
Referenced by compute_chapters_end().
| char* AVChapter::title |
1.5.1