Mercurial > libavformat.hg
comparison nutdec.c @ 3139:4e6f5edefa76 libavformat
typo fixes
| author | diego |
|---|---|
| date | Wed, 12 Mar 2008 23:58:46 +0000 |
| parents | ea5623a8efde |
| children | 8891d470ada3 |
comparison
equal
deleted
inserted
replaced
| 3138:ce03321a2cc8 | 3139:4e6f5edefa76 |
|---|---|
| 852 av_tree_find(nut->syncpoints, &dummy, ff_nut_sp_pos_cmp, next_node); | 852 av_tree_find(nut->syncpoints, &dummy, ff_nut_sp_pos_cmp, next_node); |
| 853 pos2= av_gen_search(s, -2, dummy.pos, next_node[0]->pos , next_node[1]->pos, next_node[1]->pos, | 853 pos2= av_gen_search(s, -2, dummy.pos, next_node[0]->pos , next_node[1]->pos, next_node[1]->pos, |
| 854 next_node[0]->back_ptr, next_node[1]->back_ptr, flags, &ts, nut_read_timestamp); | 854 next_node[0]->back_ptr, next_node[1]->back_ptr, flags, &ts, nut_read_timestamp); |
| 855 if(pos2>=0) | 855 if(pos2>=0) |
| 856 pos= pos2; | 856 pos= pos2; |
| 857 //FIXME dir but i think it does not matter | 857 //FIXME dir but I think it does not matter |
| 858 } | 858 } |
| 859 dummy.pos= pos; | 859 dummy.pos= pos; |
| 860 sp= av_tree_find(nut->syncpoints, &dummy, ff_nut_sp_pos_cmp, NULL); | 860 sp= av_tree_find(nut->syncpoints, &dummy, ff_nut_sp_pos_cmp, NULL); |
| 861 | 861 |
| 862 assert(sp); | 862 assert(sp); |
