Go to the source code of this file.
◆ apac_close()
◆ apac_init()
◆ get_code()
◆ apac_decode()
◆ ff_apac_decoder
Initial value:= {
.p.name = "apac",
}
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
static av_cold int apac_close(AVCodecContext *avctx)
static av_cold int apac_init(AVCodecContext *avctx)
static int apac_decode(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *pkt)
Definition at line 265 of file apac.c.