SEGA CRI adx codecs.
More...
#include "avcodec.h"
#include "adx.h"
#include "bytestream.h"
#include "internal.h"
#include "put_bits.h"
Go to the source code of this file.
Initial value:= {
.name = "adpcm_adx",
}
static av_cold int init(AVCodecContext *avctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
AVSampleFormat
Audio sample formats.
static int adx_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
static av_cold int adx_encode_init(AVCodecContext *avctx)
static enum AVSampleFormat sample_fmts[]
Definition at line 172 of file adxenc.c.