OSDN Git Service

Fix ff_random_get_seed() prototype
authorMåns Rullgård <mans@mansr.com>
Sat, 14 Mar 2009 23:00:57 +0000 (23:00 +0000)
committerMåns Rullgård <mans@mansr.com>
Sat, 14 Mar 2009 23:00:57 +0000 (23:00 +0000)
Originally committed as revision 17970 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/random_seed.h

index bda7817..7245820 100644 (file)
@@ -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 */