[Ffmpeg-cvslog] r8855 - trunk/libavformat/avformat.h

bcoudurier subversion
Sat Apr 28 15:07:52 CEST 2007


Author: bcoudurier
Date: Sat Apr 28 15:07:52 2007
New Revision: 8855

Log:
fix AVStream documentation: clarify start_time, start_time and duration are actually in stream base

Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	(original)
+++ trunk/libavformat/avformat.h	Sat Apr 28 15:07:52 2007
@@ -306,11 +306,9 @@ typedef struct AVStream {
     /** quality, as it has been removed from AVCodecContext and put in AVVideoFrame
      * MN:dunno if thats the right place, for it */
     float quality;
-    /** decoding: position of the first frame of the component, in
-       AV_TIME_BASE fractional seconds. */
+    /** decoding: pts of the first frame of the stream, in stream time base. */
     int64_t start_time;
-    /** decoding: duration of the stream, in AV_TIME_BASE fractional
-       seconds. */
+    /** decoding: duration of the stream, in stream time base. */
     int64_t duration;
 
     char language[4]; /** ISO 639 3-letter language code (empty string if undefined) */




More information about the ffmpeg-cvslog mailing list