diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-07-05 09:07:51 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-07-05 09:07:51 +0000 |
commit | 9c98cdbc8adcd559d4b7d2aa885d4efe51788bcf (patch) | |
tree | cf64200a3994777eeafa8752cd69c316f0ef96fd | |
parent | ba5697d53bc97bd7597cb294b0682b182b76eea3 (diff) | |
download | ffmpeg-9c98cdbc8adcd559d4b7d2aa885d4efe51788bcf.tar.gz |
av_seek_frame() docs timestamp clarification
Originally committed as revision 4422 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index 14d8574a91..5dfeaaf36f 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -1404,6 +1404,7 @@ static int av_seek_frame_generic(AVFormatContext *s, * 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 */ |