comparison random_seed.h @ 957:e34e8d654ded libavutil

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 1ff442f2660c
children
comparison
equal deleted inserted replaced
956:2894d4c208dc 957:e34e8d654ded
22 #define AVUTIL_RANDOM_SEED_H 22 #define AVUTIL_RANDOM_SEED_H
23 23
24 #include <stdint.h> 24 #include <stdint.h>
25 25
26 /** 26 /**
27 * Gets a seed to use in conjunction with random functions. 27 * Get a seed to use in conjunction with random functions.
28 */ 28 */
29 uint32_t av_get_random_seed(void); 29 uint32_t av_get_random_seed(void);
30 30
31 #endif /* AVUTIL_RANDOM_SEED_H */ 31 #endif /* AVUTIL_RANDOM_SEED_H */