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
975c2734
Commit
975c2734
authored
Apr 19, 2011
by
Anton Khirnov
Browse files
lavu: remove disabled ff_random_get_seed cruft.
parent
488d2b63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
libavutil/random_seed.c
libavutil/random_seed.c
+0
-8
No files found.
libavutil/random_seed.c
View file @
975c2734
...
...
@@ -80,11 +80,3 @@ uint32_t av_get_random_seed(void)
return
seed
;
return
get_generic_seed
();
}
#if LIBAVUTIL_VERSION_MAJOR < 51
attribute_deprecated
uint32_t
ff_random_get_seed
(
void
);
uint32_t
ff_random_get_seed
(
void
)
{
return
av_get_random_seed
();
}
#endif
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