changeset 809:bae563a91a57 libavformat

av_seek_frame() docs timestamp clarification
author michael
date Tue, 05 Jul 2005 09:07:51 +0000
parents d06c348ca001
children 2a84386ed2a8
files utils.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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
  */