FFmpeg
Loading...
Searching...
No Matches
generate_wave_table.c File Reference
#include <stdint.h>
#include "libavutil/avassert.h"
#include "avfilter.h"
#include "generate_wave_table.h"

Go to the source code of this file.

Functions

void ff_generate_wave_table (enum WaveType wave_type, enum AVSampleFormat sample_fmt, void *table, int table_size, double min, double max, double phase)
 

Function Documentation

◆ ff_generate_wave_table()

void ff_generate_wave_table ( enum WaveType wave_type,
enum AVSampleFormat sample_fmt,
void * table,
int table_size,
double min,
double max,
double phase )

Definition at line 24 of file generate_wave_table.c.

Referenced by config_input(), config_input(), config_output(), and config_output().