Originally committed as revision 7052 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2006-11-14 10:04:09 +00:00
parent 4d8aa1c38b
commit eaaa48b29e
1 changed files with 1 additions and 1 deletions

View File

@ -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);