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 |
Typedefs | |
| typedef struct VolumeContext | 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.
| typedef struct VolumeContext VolumeContext |
| enum PrecisionType |
| Enumerator | |
|---|---|
| PRECISION_FIXED | |
| PRECISION_FLOAT | |
| PRECISION_DOUBLE | |
Definition at line 32 of file af_volume.h.
| void ff_volume_init_x86 | ( | VolumeContext * | vol | ) |
Definition at line 35 of file af_volume_init.c.
Referenced by volume_init().