#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"
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.
@ AV_OPT_TYPE_INT
Underlying C type is int.
Definition at line 85 of file g729dec.c.
◆ g729_demuxer_class
Initial value:= {
.class_name = "g729 demuxer",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 90 of file g729dec.c.
◆ ff_g729_demuxer
Initial value:= {
.p.name = "g729",
.p.extensions = "g729",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_header(FFV1Context *f, RangeCoder *c)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 97 of file g729dec.c.