0.5l
Originally committed as revision 7052 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4d8aa1c38b
commit
eaaa48b29e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue