changeset 2061:f5df68594b30 libavformat

fix AVStream documentation: clarify start_time, start_time and duration are actually in stream base
author bcoudurier
date Sat, 28 Apr 2007 13:07:52 +0000
parents 1f62f2f021d5
children f1e774bb675c
files avformat.h
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/avformat.h	Fri Apr 27 17:19:07 2007 +0000
+++ b/avformat.h	Sat Apr 28 13:07:52 2007 +0000
@@ -306,11 +306,9 @@
     /** 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) */