|
FFmpeg
4.0
|
#include <math.h>#include <stdint.h>#include <string.h>#include "libavutil/internal.h"#include "libavutil/common.h"#include "libavcodec/fmtconvert.h"#include "checkasm.h"Go to the source code of this file.
Macros | |
| #define | BUF_SIZE 1024 |
| #define | randomize_input(len) |
Functions | |
| void | checkasm_check_fmtconvert (void) |
| #define BUF_SIZE 1024 |
Definition at line 31 of file fmtconvert.c.
Referenced by checkasm_check_fmtconvert().
| #define randomize_input | ( | len | ) |
Definition at line 33 of file fmtconvert.c.
Referenced by checkasm_check_fmtconvert().
Definition at line 44 of file fmtconvert.c.
1.8.13