Mercurial > libavutil.hg
changeset 430:42011b593830 libavutil
Print removing of nodes in the test code.
author | michael |
---|---|
date | Wed, 16 Jan 2008 01:54:56 +0000 |
parents | 3be382cb92ba |
children | fa6c031f2a57 |
files | tree.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tree.c Wed Jan 16 01:54:18 2008 +0000 +++ b/tree.c Wed Jan 16 01:54:56 2008 +0000 @@ -173,6 +173,7 @@ k= av_tree_find(root, (void*)(j+1), cmp, NULL); if(k){ AVTreeNode *node2=NULL; + av_log(NULL, AV_LOG_ERROR, "removing %4d\n", j); av_tree_insert(&root, (void*)(j+1), cmp, &node2); k= av_tree_find(root, (void*)(j+1), cmp, NULL); if(k)