Mercurial > libavformat.hg
changeset 4425:58451dddc381 libavformat
Try to clarify doxy of avformat_seek_file().
author | michael |
---|---|
date | Mon, 09 Feb 2009 19:57:23 +0000 |
parents | c6e762f417b3 |
children | 7854590fb1fd |
files | avformat.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Mon Feb 09 01:46:01 2009 +0000 +++ b/avformat.h Mon Feb 09 19:57:23 2009 +0000 @@ -901,7 +901,7 @@ * 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). *