[FFmpeg-cvslog] r10136 - trunk/libavformat/avformat.h

michael subversion
Sat Aug 18 02:35:43 CEST 2007


Author: michael
Date: Sat Aug 18 02:35:43 2007
New Revision: 10136

Log:
more verbose doxy for duration (from patch by neilb suse de)


Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	(original)
+++ trunk/libavformat/avformat.h	Sat Aug 18 02:35:43 2007
@@ -317,7 +317,11 @@ typedef struct AVStream {
      * demuxer must NOT set this
      */
     int64_t start_time;
-    /** decoding: duration of the stream, in stream time base. */
+    /**
+     * decoding: duration of the stream, in stream time base.
+     * If a source file does not specify a duration, but does specify
+     * a bitrate, this value will be estimates from bit rate and file size.
+     */
     int64_t duration;
 
     char language[4]; /** ISO 639 3-letter language code (empty string if undefined) */




More information about the ffmpeg-cvslog mailing list