Go to the source code of this file.
◆ OFFSET
◆ g729_read_header()
◆ g729_read_packet()
◆ g729_options
Initial value:= {
}
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
Definition at line 84 of file g729dec.c.
◆ g729_demuxer_class
Initial value:= {
.class_name = "g729 demuxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
Definition at line 89 of file g729dec.c.
◆ ff_g729_demuxer
Initial value:= {
.name = "g729",
.extensions = "g729",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition at line 96 of file g729dec.c.