[FFmpeg-cvslog] r13254 - trunk/libavformat/avformat.h
michael
subversion
Fri May 23 14:45:03 CEST 2008
Author: michael
Date: Fri May 23 14:45:03 2008
New Revision: 13254
Log:
clarify start/end timebase
Modified:
trunk/libavformat/avformat.h
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h (original)
+++ trunk/libavformat/avformat.h Fri May 23 14:45:03 2008
@@ -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;
More information about the ffmpeg-cvslog
mailing list