FFmpeg  1.2.4
Data Structures | Typedefs | Enumerations | Functions
af_volume.h File Reference

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)

Detailed Description

audio volume filter

Definition in file af_volume.h.

Typedef Documentation

typedef struct VolumeContext VolumeContext

Enumeration Type Documentation

Enumerator:
PRECISION_FIXED 
PRECISION_FLOAT 
PRECISION_DOUBLE 

Definition at line 32 of file af_volume.h.

Function Documentation

void ff_volume_init_x86 ( VolumeContext vol)

Definition at line 35 of file af_volume_init.c.

Referenced by volume_init().