[FFmpeg-cvslog] r11534 - trunk/libavutil/tree.c
michael
subversion
Wed Jan 16 02:54:56 CET 2008
Author: michael
Date: Wed Jan 16 02:54:56 2008
New Revision: 11534
Log:
Print removing of nodes in the test code.
Modified:
trunk/libavutil/tree.c
Modified: trunk/libavutil/tree.c
==============================================================================
--- trunk/libavutil/tree.c (original)
+++ trunk/libavutil/tree.c Wed Jan 16 02:54:56 2008
@@ -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)
More information about the ffmpeg-cvslog
mailing list