提交 f0b00aba 编写于 作者: M Michael Niedermayer

Try to clarify doxy of avformat_seek_file().

Originally committed as revision 17102 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 be3e68b2
......@@ -901,7 +901,7 @@ int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp,
* if flags contain AVSEEK_FLAG_FRAME then all timestamps are in frames
* in the stream with stream_index (this may not be supported by all demuxers).
* else all timestamps are in units of the stream selected by stream_index or
* if its -1 AV_TIME_BASE units.
* if stream_index is -1, AV_TIME_BASE units.
* if flags contain AVSEEK_FLAG_ANY then non keyframes are treated as
* keyframes (this may not be supported by all demuxers).
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册