]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Try to clarify doxy of avformat_seek_file().
authormichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 9 Feb 2009 19:57:23 +0000 (19:57 +0000)
committermichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 9 Feb 2009 19:57:23 +0000 (19:57 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17102 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/avformat.h

index 0dc33130143a1081223ce6639f4c09d123b0bffb..dd48f64e86b8c3b4a73e23979850a80560109c02 100644 (file)
@@ -901,7 +901,7 @@ int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp,
  * 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).
  *