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

Michael Niedermayer michaelni
Tue Nov 14 10:56:16 CET 2006


Hi

On Tue, Nov 14, 2006 at 01:56:14AM +0000, M?ns Rullg?rd wrote:
> 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?

AVTreeNode root= NULL;

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is




More information about the ffmpeg-cvslog mailing list