Libav
|
HDCD decoding filter, using libhdcd. More...
#include <hdcd/hdcd_simple.h>
#include "libavutil/channel_layout.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 | HDCDContext |
Macros | |
#define | OFFSET(x) offsetof(HDCDContext, x) |
#define | A AV_OPT_FLAG_AUDIO_PARAM |
#define | HDCD_ANA_MAX 6 |
Functions | |
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
static int | query_formats (AVFilterContext *ctx) |
static av_cold void | uninit (AVFilterContext *ctx) |
static void | af_hdcd_log (const void *priv, const char *fmt, va_list args) |
callback for error logging More... | |
static av_cold int | init (AVFilterContext *ctx) |
Variables | |
static const AVOption | hdcd_options [] |
static const AVClass | hdcd_class |
static const AVFilterPad | avfilter_af_hdcd_inputs [] |
static const AVFilterPad | avfilter_af_hdcd_outputs [] |
AVFilter | ff_af_hdcd |
HDCD decoding filter, using libhdcd.
Definition in file af_hdcd.c.
#define OFFSET | ( | x | ) | offsetof(HDCDContext, x) |
#define A AV_OPT_FLAG_AUDIO_PARAM |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
AVFilter ff_af_hdcd |