Commit 2402f36d authored by michael's avatar michael

Correct doxy about timestamp units of read_timestamp().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11364 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9847753f
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment