# HG changeset patch # User michael # Date 1187397343 0 # Node ID e5086ec7a4d407f261477d1c490922a10229f188 # Parent 28f19eb568a253ca009ac1c4b12059d26f78586a more verbose doxy for duration (from patch by neilb suse de) diff -r 28f19eb568a2 -r e5086ec7a4d4 avformat.h --- 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) */