[Ffmpeg-cvslog] r7031 - in trunk/libavutil: Makefile tree.c tree.h

Måns Rullgård mru
Tue Nov 14 02:56:14 CET 2006


michael <subversion at mplayerhq.hu> writes:

> +struct AVTreeNode;
> +void *av_tree_find(const struct AVTreeNode *t, void *key, int (*cmp)(void *key, const void *b), void *next[2]);
> +void *av_tree_insert(struct AVTreeNode **tp, void *key, int (*cmp)(void *key, const void *b));
> +void av_tree_destroy(struct AVTreeNode *t);

How is the root node supposed to be allocated?

-- 
M?ns Rullg?rd
mru at inprovide.com




More information about the ffmpeg-cvslog mailing list