Commit eaaa48b2 authored by Michael Niedermayer's avatar Michael Niedermayer

0.5l

Originally committed as revision 7052 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4d8aa1c3
......@@ -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);
......
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