#include <libdcadec/dca_context.h>
#include "libavutil/channel_layout.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "dca.h"
#include "dca_syncwords.h"
#include "internal.h"
Go to the source code of this file.
Initial value:= {
}
#define FF_PROFILE_DTS_HD_HRA
#define FF_PROFILE_DTS_EXPRESS
#define FF_PROFILE_DTS_ES
#define FF_PROFILE_UNKNOWN
#define FF_PROFILE_DTS_96_24
#define FF_PROFILE_DTS_HD_MA
Definition at line 243 of file libdcadec.c.
Initial value:= {
.name = "libdcadec",
}
static void flush(AVCodecContext *avctx)
static av_cold int init(AVCodecContext *avctx)
static av_cold void dcadec_flush(AVCodecContext *avctx)
#define AV_CODEC_CAP_CHANNEL_CONF
Codec should fill in channel configuration and samplerate instead of container.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int dcadec_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt)
static av_cold int dcadec_init(AVCodecContext *avctx)
AVSampleFormat
Audio sample formats.
static const AVProfile profiles[]
static av_cold int dcadec_close(AVCodecContext *avctx)
static int decode(AVCodecContext *avctx, void *data, int *got_sub, AVPacket *avpkt)
static enum AVSampleFormat sample_fmts[]
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition at line 253 of file libdcadec.c.