#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_EXPRESS
 
#define FF_PROFILE_DTS_ES
 
#define FF_PROFILE_UNKNOWN
 
#define FF_PROFILE_DTS_96_24
 
#define FF_PROFILE_DTS_HD_HRA
 
#define FF_PROFILE_DTS_HD_MA
 
 
Definition at line 189 of file libdcadec.c.
 
 
Initial value:= {
    .name           = "libdcadec",
}
static av_cold int init(AVCodecContext *avctx)
 
static av_cold void dcadec_flush(AVCodecContext *avctx)
 
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators. 
 
#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 void flush(AVCodecContext *avctx)
 
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)
 
#define CODEC_CAP_CHANNEL_CONF
Codec should fill in channel configuration and samplerate instead of container. 
 
static enum AVSampleFormat sample_fmts[]
 
 
Definition at line 199 of file libdcadec.c.