59 #define OFFSET(x) offsetof(G726Context, x)
61 {
"code_size",
"Bits per G.726 code",
68 #if CONFIG_G726_DEMUXER
69 static const AVClass g726le_demuxer_class = {
82 .priv_class = &g726le_demuxer_class,
87 #if CONFIG_G726LE_DEMUXER
88 static const AVClass g726_demuxer_class = {
101 .priv_class = &g726_demuxer_class,
#define LIBAVUTIL_VERSION_INT
enum AVCodecID codec_id
Specific type of the encoded data (the codec used).
const char * av_default_item_name(void *ptr)
Return the context name.
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
AVStream * avformat_new_stream(AVFormatContext *s, const AVCodec *c)
Add a new stream to a media file.
int64_t bit_rate
The average bitrate of the encoded data (in bits per second).
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
enum AVMediaType codec_type
General type of the encoded data.
AVIOContext * pb
I/O context.
Describe the class of an AVClass context structure.
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
int sample_rate
Audio only.
struct AVInputFormat * iformat
The input container format.
void * priv_data
Format private data.
int bits_per_coded_sample
The number of bits per sample in the codedwords.
AVCodecParameters * codecpar
Codec parameters associated with this stream.
This structure stores compressed data.