Commit cd73960a authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10136 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f8bde921
...@@ -317,7 +317,11 @@ typedef struct AVStream { ...@@ -317,7 +317,11 @@ typedef struct AVStream {
* demuxer must NOT set this * demuxer must NOT set this
*/ */
int64_t start_time; 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; int64_t duration;
char language[4]; /** ISO 639 3-letter language code (empty string if undefined) */ char language[4]; /** ISO 639 3-letter language code (empty string if undefined) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment