Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
5de91783
Commit
5de91783
authored
Mar 11, 2010
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
indent
Originally committed as revision 22451 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
49e92878
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
random_seed.c
libavutil/random_seed.c
+1
-1
No files found.
libavutil/random_seed.c
View file @
5de91783
...
@@ -34,7 +34,7 @@ uint32_t ff_random_get_seed(void)
...
@@ -34,7 +34,7 @@ uint32_t ff_random_get_seed(void)
int
err
=
read
(
fd
,
&
seed
,
4
);
int
err
=
read
(
fd
,
&
seed
,
4
);
close
(
fd
);
close
(
fd
);
if
(
err
==
4
)
if
(
err
==
4
)
return
seed
;
return
seed
;
}
}
#ifdef AV_READ_TIME
#ifdef AV_READ_TIME
seed
=
AV_READ_TIME
();
seed
=
AV_READ_TIME
();
...
...
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