OSDN Git Service

more verbose doxy for duration (from patch by neilb suse de)
authorNeil Brown <neilb@suse.de>
Sat, 18 Aug 2007 00:35:43 +0000 (00:35 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 18 Aug 2007 00:35:43 +0000 (00:35 +0000)
Originally committed as revision 10136 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avformat.h

index 62cb680..7e57d88 100644 (file)
@@ -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) */