Go to the source code of this file.
◆ hcom_init()
◆ hcom_decode()
◆ hcom_close()
◆ ff_hcom_decoder
Initial value:= {
.p.name = "hcom",
}
static av_cold void close(AVCodecParserContext *s)
#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_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
static av_cold int hcom_init(AVCodecContext *avctx)
static int hcom_decode(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt)
static av_cold int hcom_close(AVCodecContext *avctx)
Definition at line 138 of file hcom.c.