# HG changeset patch # User michael # Date 1234209443 0 # Node ID 58451dddc381808b135a24c03313a0d55018eec7 # Parent c6e762f417b3f6456dcea1b857f33287a11ffccb Try to clarify doxy of avformat_seek_file(). diff -r c6e762f417b3 -r 58451dddc381 avformat.h --- 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). *