FFmpeg
Macros | Typedefs | Functions
random_seed.c File Reference
#include "libavutil/random_seed.c"
#include <stdio.h>

Go to the source code of this file.

Macros

#define TEST   1
 
#define N   256
 
#define F   2
 

Typedefs

typedef uint32_t(* random_seed_ptr_t) (void)
 

Functions

int main (void)
 

Macro Definition Documentation

◆ TEST

#define TEST   1

Definition at line 21 of file random_seed.c.

◆ N

#define N   256

Definition at line 25 of file random_seed.c.

◆ F

#define F   2

Definition at line 26 of file random_seed.c.

Typedef Documentation

◆ random_seed_ptr_t

typedef uint32_t(* random_seed_ptr_t) (void)

Definition at line 29 of file random_seed.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 31 of file random_seed.c.