Go to the source code of this file.
◆ HCA_MASK
| #define HCA_MASK 0x7f7f7f7f |
Definition at line 31 of file hca.c.
◆ OFFSET
Value:
Definition at line 132 of file hca.c.
◆ hca_probe()
Definition at line 40 of file hca.c.
◆ hca_read_header()
Definition at line 51 of file hca.c.
◆ hca_read_packet()
◆ hca_options
Initial value:= {
{ "hca_lowkey",
"Low key used for handling CRI HCA files",
OFFSET(keyl),
{ "hca_highkey",
"High key used for handling CRI HCA files",
OFFSET(keyh),
{ "hca_subkey",
"Subkey used for handling CRI HCA files",
OFFSET(subkey),
}
#define AV_OPT_FLAG_DECODING_PARAM
A generic parameter which can be set by the user for demuxing or decoding.
@ AV_OPT_TYPE_INT64
Underlying C type is int64_t.
@ AV_OPT_TYPE_INT
Underlying C type is int.
Definition at line 133 of file hca.c.
◆ hca_class
Initial value:= {
.class_name = "hca",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
static const AVOption hca_options[]
Definition at line 146 of file hca.c.
◆ ff_hca_demuxer
Initial value:= {
.p.name = "hca",
.p.extensions = "hca",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
static int read_header(FFV1Context *f, RangeCoder *c)
static int hca_probe(const AVProbeData *p)
static int hca_read_header(AVFormatContext *s)
static int hca_read_packet(AVFormatContext *s, AVPacket *pkt)
static const AVClass hca_class
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 153 of file hca.c.