|
Libav 0.7.1
|
#include <unistd.h>#include <fcntl.h>#include "timer.h"#include "time.h"#include "random_seed.h"#include "avutil.h"Go to the source code of this file.
Functions | |
| static int | read_random (uint32_t *dst, const char *file) |
| static uint32_t | get_generic_seed (void) |
| uint32_t | av_get_random_seed (void) |
| Get a seed to use in conjunction with random functions. | |
| uint32_t av_get_random_seed | ( | void | ) |
Get a seed to use in conjunction with random functions.
Definition at line 73 of file random_seed.c.
Referenced by av_parse_color(), main(), make_digest_auth(), mkv_write_header(), mxf_gen_umid(), ogg_write_header(), rtp_write_header(), and sap_write_header().
| static uint32_t get_generic_seed | ( | void | ) | [static] |
Definition at line 41 of file random_seed.c.
Referenced by av_get_random_seed().
| static int read_random | ( | uint32_t * | dst, |
| const char * | file | ||
| ) | [static] |
Definition at line 28 of file random_seed.c.
Referenced by av_get_random_seed().
1.7.4