Commit ed16ef8f authored by michael's avatar michael

av_seek_frame() docs timestamp clarification


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4422 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6bd795ac
......@@ -1404,6 +1404,7 @@ static int av_seek_frame_generic(AVFormatContext *s,
* stream is selected, and timestamp is automatically converted
* from AV_TIME_BASE units to the stream specific time_base.
* @param timestamp timestamp in AVStream.time_base units
* or if there is no stream specified then in AV_TIME_BASE units
* @param flags flags which select direction and seeking mode
* @return >= 0 on success
*/
......
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