# HG changeset patch # User bcoudurier # Date 1177765672 0 # Node ID f5df68594b301f4950c7442e6f156a557c9cd584 # Parent 1f62f2f021d5c55cc113f661606bd8d9bee0e378 fix AVStream documentation: clarify start_time, start_time and duration are actually in stream base diff -r 1f62f2f021d5 -r f5df68594b30 avformat.h --- 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) */