diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-01-08 23:08:51 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-01-08 23:08:51 +0000 |
commit | aa6b38c29d2906a7778f6f7f998cf595602fc5fb (patch) | |
tree | 75e335f179b2864decb696b299f233612bbd11fd /libavformat/ffm.c | |
parent | 4514a1d544984edd983583f2f6e971b7b300d2bf (diff) | |
download | ffmpeg-aa6b38c29d2906a7778f6f7f998cf595602fc5fb.tar.gz |
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.c | 2 |
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) { |