comparison 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
comparison
equal deleted inserted replaced
924:d45ace227adf 925:1ff442f2660c
24 #include <stdint.h> 24 #include <stdint.h>
25 25
26 /** 26 /**
27 * Gets a seed to use in conjunction with random functions. 27 * Gets a seed to use in conjunction with random functions.
28 */ 28 */
29 uint32_t ff_random_get_seed(void); 29 uint32_t av_get_random_seed(void);
30 30
31 #endif /* AVUTIL_RANDOM_SEED_H */ 31 #endif /* AVUTIL_RANDOM_SEED_H */