diff random_seed.h @ 925:1ff442f2660c libavutil

Make ff_random_get_seed public, rename to av_get_random_seed, export the header Keep an old ff_ named function for binary compatibility until the next major bump.
author mstorsjo
date Sun, 23 May 2010 08:53:40 +0000
parents 7af4b9eede26
children e34e8d654ded
line wrap: on
line diff
--- a/random_seed.h	Wed May 19 22:51:38 2010 +0000
+++ b/random_seed.h	Sun May 23 08:53:40 2010 +0000
@@ -26,6 +26,6 @@
 /**
  * Gets a seed to use in conjunction with random functions.
  */
-uint32_t ff_random_get_seed(void);
+uint32_t av_get_random_seed(void);
 
 #endif /* AVUTIL_RANDOM_SEED_H */