mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-20 05:46:57 +00:00
Fix ff_random_get_seed() prototype
Originally committed as revision 17970 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
36a12218db
commit
9bceffef3a
@ -26,6 +26,6 @@
|
||||
/**
|
||||
* Gets a seed to use in conjuction with random functions.
|
||||
*/
|
||||
uint32_t ff_random_get_seed();
|
||||
uint32_t ff_random_get_seed(void);
|
||||
|
||||
#endif /* AVUTIL_RANDOM_SEED_H */
|
||||
|
Loading…
Reference in New Issue
Block a user