Mercurial > libavformat.hg
changeset 3139:4e6f5edefa76 libavformat
typo fixes
author | diego |
---|---|
date | Wed, 12 Mar 2008 23:58:46 +0000 |
parents | ce03321a2cc8 |
children | eaf450520726 |
files | nutdec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nutdec.c Mon Mar 10 21:23:06 2008 +0000 +++ b/nutdec.c Wed Mar 12 23:58:46 2008 +0000 @@ -854,7 +854,7 @@ 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);