FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
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

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(), and config_output().