]> git.sesse.net Git - ffmpeg/commitdiff
clarify start/end timebase
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 23 May 2008 12:45:03 +0000 (12:45 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 23 May 2008 12:45:03 +0000 (12:45 +0000)
Originally committed as revision 13254 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avformat.h

index f53ef3030d7c80aac83342c69ab79660ed9507df..c7c38454dd3d298c90608a460a026461f3c8fd64 100644 (file)
@@ -392,7 +392,7 @@ typedef struct AVProgram {
 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
+    int64_t start, end;     ///< chapter start/end time in time_base units
     char *title;            ///< chapter title
 } AVChapter;