提交 2576a9ec 编写于 作者: M Michael Niedermayer

Correct doxy about timestamp units of read_timestamp().

Originally committed as revision 11364 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 de14759e
......@@ -226,7 +226,7 @@ typedef struct AVInputFormat {
int (*read_seek)(struct AVFormatContext *,
int stream_index, int64_t timestamp, int flags);
/**
* gets the next timestamp in AV_TIME_BASE units.
* gets the next timestamp in stream[stream_index].time_base units.
* @return the timestamp or AV_NOPTS_VALUE if an error occured
*/
int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册