# HG changeset patch # User diego # Date 1199833731 0 # Node ID 75d64cb5ee6cc00042a1a2bf6ad6e44a2198d953 # Parent 7a9a045dcdc3ea1c3fed8e813107e6820f636243 Fix random typos. diff -r 7a9a045dcdc3 -r 75d64cb5ee6c ffm.c --- 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) {