提交 e26381b6 编写于 作者: N Neil Brown 提交者: Michael Niedermayer

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

Originally committed as revision 10136 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 4854c253
......@@ -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) */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册