You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Fix ff_random_get_seed() prototype
Originally committed as revision 17970 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user