FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
options.c File Reference

Options definition for AVAudioResampleContext. More...

#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

AVAudioResampleContextavresample_alloc_context (void)
 Allocate AVAudioResampleContext and set options.
 
const AVClassavresample_get_class (void)
 Get the AVClass for AVAudioResampleContext.
 

Variables

static const AVOption options []
 
static const AVClass av_resample_context_class
 

Detailed Description

Options definition for AVAudioResampleContext.

Definition in file options.c.

Macro Definition Documentation

#define OFFSET (   x)    offsetof(AVAudioResampleContext, x)

Definition at line 33 of file options.c.

#define PARAM   AV_OPT_FLAG_AUDIO_PARAM

Definition at line 34 of file options.c.

Variable Documentation

const AVOption options[]
static

Definition at line 36 of file options.c.

const AVClass av_resample_context_class
static
Initial value:
= {
.class_name = "AVAudioResampleContext",
.item_name = av_default_item_name,
.option = options,
}

Definition at line 75 of file options.c.

Referenced by avresample_alloc_context(), and avresample_get_class().