#include "config_components.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"
#include "libavutil/opt.h"
Go to the source code of this file.
◆ OFFSET
Value:
Definition at line 62 of file g726.c.
◆ g726_read_header()
◆ g726_read_packet()
◆ options
Initial value:= {
{ "code_size", "Bits per G.726 code",
{ "sample_rate", "",
}
#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 63 of file g726.c.
◆ g726_demuxer_class
Initial value:= {
.class_name = "G.726 demuxer",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 71 of file g726.c.