Commit 14316aee authored by michael's avatar michael

Print removing of nodes in the test code.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11534 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent baf4981d
......@@ -173,6 +173,7 @@ int main(void){
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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment