Commit 2b49ff4e authored by mru's avatar mru

Fix ff_random_get_seed() prototype

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17970 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a6d22926
...@@ -26,6 +26,6 @@ ...@@ -26,6 +26,6 @@
/** /**
* Gets a seed to use in conjuction with random functions. * 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 */ #endif /* AVUTIL_RANDOM_SEED_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment