summaryrefslogtreecommitdiff
path: root/libavformat/ffm.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-01-08 23:08:51 +0000
committerDiego Biurrun <diego@biurrun.de>2008-01-08 23:08:51 +0000
commitaa6b38c29d2906a7778f6f7f998cf595602fc5fb (patch)
tree75e335f179b2864decb696b299f233612bbd11fd /libavformat/ffm.c
parent4514a1d544984edd983583f2f6e971b7b300d2bf (diff)
Fix random typos.
Originally committed as revision 11477 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ffm.c')
-rw-r--r--libavformat/ffm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ffm.c b/libavformat/ffm.c
index baff5bcfad..872e6f0ba8 100644
--- a/libavformat/ffm.c
+++ b/libavformat/ffm.c
@@ -665,7 +665,7 @@ static int64_t get_pts(AVFormatContext *s, offset_t pos)
}
/* 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)
{