Go to the source code of this file.
◆ ftr_init()
Definition at line 34 of file ftr.c.
◆ ftr_decode_frame()
Definition at line 74 of file ftr.c.
◆ ftr_flush()
◆ ftr_close()
◆ ff_ftr_decoder
Initial value:= {
.p.name = "ftr",
}
#define FF_CODEC_DECODE_CB(func)
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
static int ftr_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt)
static av_cold int ftr_close(AVCodecContext *avctx)
static av_cold void ftr_flush(AVCodecContext *avctx)
static av_cold int ftr_init(AVCodecContext *avctx)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_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.
Definition at line 198 of file ftr.c.