changeset 3322:97f7b77a969b libavformat

clarify start/end timebase
author michael
date Fri, 23 May 2008 12:45:03 +0000
parents b847faf64408
children 4bf98e198eec
files avformat.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/avformat.h	Fri May 23 12:44:12 2008 +0000
+++ b/avformat.h	Fri May 23 12:45:03 2008 +0000
@@ -392,7 +392,7 @@
 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;