Commit 1f5755d8 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'd99a2b6d'

* commit 'd99a2b6d':
  avutil/tree: Drop debug messages that clutter the output

Conflicts:
	libavutil/tree.c

Merge for metadata only, a better solution has been commited that allows the
debug output to be turned on and off
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents db75537e d99a2b6d
......@@ -226,6 +226,7 @@ int main(int argc, char **argv)
return -1;
}
av_log(NULL, AV_LOG_DEBUG, "inserting %4d\n", (int)j);
if (!node)
node = av_tree_node_alloc();
av_tree_insert(&root, (void *)(j + 1), cmp, &node);
......
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