# HG changeset patch # User michael # Date 1120554471 0 # Node ID bae563a91a57f0cfdd3373c335f481aa2b048227 # Parent d06c348ca0016290c2c34fde1522ab2f6931e6ec av_seek_frame() docs timestamp clarification diff -r d06c348ca001 -r bae563a91a57 utils.c --- 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 */