FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "swresample_internal.h"
#include <float.h>
Go to the source code of this file.
Macros | |
#define | C30DB M_SQRT2 |
#define | C15DB 1.189207115 |
#define | C__0DB 1.0 |
#define | C_15DB 0.840896415 |
#define | C_30DB M_SQRT1_2 |
#define | C_45DB 0.594603558 |
#define | C_60DB 0.5 |
#define | OFFSET(x) offsetof(SwrContext,x) |
#define | PARAM AV_OPT_FLAG_AUDIO_PARAM |
#define | DEPREC AV_OPT_FLAG_DEPRECATED |
Functions | |
static const char * | context_to_name (void *ptr) |
const AVClass * | swr_get_class (void) |
Get the AVClass for SwrContext. More... | |
av_cold struct SwrContext * | swr_alloc (void) |
Allocate SwrContext. More... | |
Variables | |
static const AVOption | options [] |
static const AVClass | av_class |
#define OFFSET | ( | x | ) | offsetof(SwrContext,x) |
#define PARAM AV_OPT_FLAG_AUDIO_PARAM |
#define DEPREC AV_OPT_FLAG_DEPRECATED |
|
static |
Definition at line 133 of file options.c.
Referenced by swr_alloc(), and swr_get_class().