git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix selftest.
[ffmpeg.git]
/
libavutil
/
tree.c
diff --git
a/libavutil/tree.c
b/libavutil/tree.c
index
11e3f6e
..
cc36676
100644
(file)
--- a/
libavutil/tree.c
+++ b/
libavutil/tree.c
@@
-122,7
+122,7
@@
void av_tree_enumerate(AVTreeNode *t, void *opaque, int (*f)(void *opaque, void
#endif
#ifdef TEST
#endif
#ifdef TEST
-
+#undef random
static int check(AVTreeNode *t){
if(t){
int left= check(t->child[0]);
static int check(AVTreeNode *t){
if(t){
int left= check(t->child[0]);