]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/random_seed.h
asf: split ASFContext into muxer and demuxer parts.
[ffmpeg] / libavutil / random_seed.h
index a9543810250c71a918ab191789e4123d323127a1..7f750632333f686a9d6cf45c67dcb2783deb235a 100644 (file)
@@ -24,8 +24,8 @@
 #include <stdint.h>
 
 /**
- * Gets a seed to use in conjunction with random functions.
+ * Get 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 */