Originally committed as revision 7052 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 18 years ago
parent 4d8aa1c38b
commit eaaa48b29e
  1. 2
      libavutil/tree.c

@ -134,7 +134,7 @@ int cmp(const void *a, const void *b){
int main(){
int i,j,k;
AVTreeNode *root= av_mallocz(sizeof(AVTreeNode));
AVTreeNode *root= NULL;
for(i=0; i<10000; i++){
int j= (random()%863294);

Loading…
Cancel
Save