changeset 2397:e5086ec7a4d4 libavformat

more verbose doxy for duration (from patch by neilb suse de)
author michael
date Sat, 18 Aug 2007 00:35:43 +0000
parents 28f19eb568a2
children 3306dae77205
files avformat.h
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/avformat.h	Sat Aug 18 00:31:32 2007 +0000
+++ b/avformat.h	Sat Aug 18 00:35:43 2007 +0000
@@ -317,7 +317,11 @@
      * 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) */