Skip to content
Snippets Groups Projects
Commit 8931e7b4 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

clarify start/end timebase

Originally committed as revision 13254 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c2fb6be4
No related branches found
No related tags found
No related merge requests found
...@@ -392,7 +392,7 @@ typedef struct AVProgram { ...@@ -392,7 +392,7 @@ 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 time_base units
char *title; ///< chapter title char *title; ///< chapter title
} AVChapter; } AVChapter;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment