Commit b8a31510 authored by michael's avatar michael

Fix selftest.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11401 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cc245c71
...@@ -122,7 +122,7 @@ void av_tree_enumerate(AVTreeNode *t, void *opaque, int (*f)(void *opaque, void ...@@ -122,7 +122,7 @@ void av_tree_enumerate(AVTreeNode *t, void *opaque, int (*f)(void *opaque, void
#endif #endif
#ifdef TEST #ifdef TEST
#undef random
static int check(AVTreeNode *t){ static int check(AVTreeNode *t){
if(t){ if(t){
int left= check(t->child[0]); int left= check(t->child[0]);
......
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