[FFmpeg-cvslog] r17102 - trunk/libavformat/avformat.h

michael subversion
Mon Feb 9 20:57:23 CET 2009


Author: michael
Date: Mon Feb  9 20:57:23 2009
New Revision: 17102

Log:
Try to clarify doxy of avformat_seek_file().

Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Mon Feb  9 19:37:29 2009	(r17101)
+++ trunk/libavformat/avformat.h	Mon Feb  9 20:57:23 2009	(r17102)
@@ -901,7 +901,7 @@ int av_seek_frame(AVFormatContext *s, in
  * if flags contain AVSEEK_FLAG_FRAME then all timestamps are in frames
  * in the stream with stream_index (this may not be supported by all demuxers).
  * else all timestamps are in units of the stream selected by stream_index or
- * if its -1 AV_TIME_BASE units.
+ * if stream_index is -1, AV_TIME_BASE units.
  * if flags contain AVSEEK_FLAG_ANY then non keyframes are treated as
  * keyframes (this may not be supported by all demuxers).
  *




More information about the ffmpeg-cvslog mailing list