Mercurial > libavformat.hg
diff utils.c @ 809:bae563a91a57 libavformat
av_seek_frame() docs timestamp clarification
author | michael |
---|---|
date | Tue, 05 Jul 2005 09:07:51 +0000 |
parents | 6a0cd265adbb |
children | 2a84386ed2a8 |
line wrap: on
line diff
--- a/utils.c Sun Jul 03 14:57:23 2005 +0000 +++ b/utils.c Tue Jul 05 09:07:51 2005 +0000 @@ -1404,6 +1404,7 @@ * 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 */