[Ffmpeg-cvslog] CVS: ffmpeg/libavformat utils.c,1.155,1.156
Michael Niedermayer CVS
michael
Tue Jul 5 11:07:53 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv12176
Modified Files:
utils.c
Log Message:
av_seek_frame() docs timestamp clarification
Index: utils.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/utils.c,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- utils.c 29 Jun 2005 08:48:26 -0000 1.155
+++ utils.c 5 Jul 2005 09:07:51 -0000 1.156
@@ -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
*/
More information about the ffmpeg-cvslog
mailing list