Mercurial > libavformat.hg
changeset 2915:75d64cb5ee6c libavformat
Fix random typos.
author | diego |
---|---|
date | Tue, 08 Jan 2008 23:08:51 +0000 |
parents | 7a9a045dcdc3 |
children | c2588e541432 |
files | ffm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ffm.c Tue Jan 08 22:07:59 2008 +0000 +++ b/ffm.c Tue Jan 08 23:08:51 2008 +0000 @@ -665,7 +665,7 @@ } /* seek to a given time in the file. The file read pointer is - positionned at or before pts. XXX: the following code is quite + positioned at or before pts. XXX: the following code is quite approximative */ static int ffm_seek(AVFormatContext *s, int stream_index, int64_t wanted_pts, int flags) {