FFmpeg
|
#include <bs2b.h>
#include "libavutil/channel_layout.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "audio.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | Bs2bContext |
Macros | |
#define | OFFSET(x) offsetof(Bs2bContext, x) |
#define | A AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
Typedefs | |
typedef void(* | filter_func) (t_bs2bdp bs2bdp, uint8_t *sample, int n) |
Functions | |
AVFILTER_DEFINE_CLASS (bs2b) | |
static av_cold int | init (AVFilterContext *ctx) |
static av_cold void | uninit (AVFilterContext *ctx) |
static int | query_formats (AVFilterContext *ctx) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) |
static int | config_output (AVFilterLink *outlink) |
Variables | |
static const AVOption | bs2b_options [] |
static const AVFilterPad | bs2b_inputs [] |
static const AVFilterPad | bs2b_outputs [] |
const AVFilter | ff_af_bs2b |
Bauer stereo-to-binaural filter
Definition in file af_bs2b.c.
#define OFFSET | ( | x | ) | offsetof(Bs2bContext, x) |
#define A AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
AVFILTER_DEFINE_CLASS | ( | bs2b | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
const AVFilter ff_af_bs2b |