Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
eaaa48b2
Commit
eaaa48b2
authored
Nov 14, 2006
by
Michael Niedermayer
Browse files
0.5l
Originally committed as revision 7052 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
4d8aa1c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libavutil/tree.c
libavutil/tree.c
+1
-1
No files found.
libavutil/tree.c
View file @
eaaa48b2
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment