mirror of https://git.ffmpeg.org/ffmpeg.git
0.5l
Originally committed as revision 7052 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4d8aa1c38b
commit
eaaa48b29e
|
@ -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…
Reference in New Issue