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

Diego Biurrun diego
Mon Feb 9 00:46:52 CET 2009


On Sun, Feb 08, 2009 at 06:52:52PM +0100, michael wrote:
> 
> Log:
> avformat_seek_file() prototype
> 
> --- trunk/libavformat/avformat.h	Sun Feb  8 18:45:30 2009	(r17059)
> +++ trunk/libavformat/avformat.h	Sun Feb  8 18:52:52 2009	(r17060)
> @@ -891,6 +891,30 @@ int av_seek_frame(AVFormatContext *s, in
> + *
> + * if flags contain AVSEEK_FLAG_BYTE then all timestamps are in byte and
> + * are the file position (this may not be supported by all demuxers).
> + * 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.

The last sentence is unclear.  What does "it" refer to in the (incorrect)
contraction "its"?

Also, this is a clear case where the uncapitalized first word of the
sentences hurts readability.

Diego




More information about the ffmpeg-cvslog mailing list