diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-12 23:58:46 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-12 23:58:46 +0000 |
commit | 2cab640129cad86f376f5bd62dbf345b3d36ec7c (patch) | |
tree | 35c90a0be098a90780929de36ed81e23c8962cfe /libavformat/nutdec.c | |
parent | 88a7a2dc6c2e8f7ad79afeeeab78cac033b1f4ca (diff) | |
download | ffmpeg-2cab640129cad86f376f5bd62dbf345b3d36ec7c.tar.gz |
typo fixes
Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nutdec.c')
-rw-r--r-- | libavformat/nutdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c index a4769d48c8..4026c65495 100644 --- a/libavformat/nutdec.c +++ b/libavformat/nutdec.c @@ -854,7 +854,7 @@ static int read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flag next_node[0]->back_ptr, next_node[1]->back_ptr, flags, &ts, nut_read_timestamp); if(pos2>=0) pos= pos2; - //FIXME dir but i think it does not matter + //FIXME dir but I think it does not matter } dummy.pos= pos; sp= av_tree_find(nut->syncpoints, &dummy, ff_nut_sp_pos_cmp, NULL); |