Mercurial > libavformat.hg
diff nutdec.c @ 3139:4e6f5edefa76 libavformat
typo fixes
| author | diego |
|---|---|
| date | Wed, 12 Mar 2008 23:58:46 +0000 |
| parents | ea5623a8efde |
| children | 8891d470ada3 |
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);
