FFmpeg
|
audio volume filter More...
#include "libavutil/common.h"
#include "libavutil/float_dsp.h"
#include "libavutil/opt.h"
#include "libavutil/samplefmt.h"
Go to the source code of this file.
Data Structures | |
struct | VolumeContext |
Enumerations | |
enum | PrecisionType { PRECISION_FIXED = 0, PRECISION_FLOAT, PRECISION_DOUBLE } |
Functions | |
void | ff_volume_init_x86 (VolumeContext *vol) |
audio volume filter
Definition in file af_volume.h.
enum PrecisionType |
Definition at line 32 of file af_volume.h.
void ff_volume_init_x86 | ( | VolumeContext * | vol | ) |
Definition at line 36 of file af_volume_init.c.
Referenced by volume_init().