FFmpeg
|
Options definition for AVAudioResampleContext. More...
#include <stdint.h>
#include "libavutil/mathematics.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "avresample.h"
#include "internal.h"
#include "audio_mix.h"
Go to the source code of this file.
Macros | |
#define | OFFSET(x) offsetof(AVAudioResampleContext, x) |
#define | PARAM AV_OPT_FLAG_AUDIO_PARAM |
Functions | |
AVAudioResampleContext * | avresample_alloc_context (void) |
Allocate AVAudioResampleContext and set options. More... | |
const AVClass * | avresample_get_class (void) |
Get the AVClass for AVAudioResampleContext. More... | |
Variables | |
static const AVOption | avresample_options [] |
static const AVClass | av_resample_context_class |
Options definition for AVAudioResampleContext.
Definition in file options.c.
#define OFFSET | ( | x | ) | offsetof(AVAudioResampleContext, x) |
#define PARAM AV_OPT_FLAG_AUDIO_PARAM |
|
static |
Definition at line 89 of file options.c.
Referenced by avresample_alloc_context(), and avresample_get_class().