Go to the source code of this file.
Initial value:= {
}
#define AV_OPT_FLAG_AUDIO_PARAM
 
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding 
 
 
Definition at line 48 of file libilbc.c.
 
 
Initial value:= {
    .class_name = "libilbc",
}
#define LIBAVUTIL_VERSION_INT
 
static const AVOption ilbc_dec_options[]
 
 
Definition at line 53 of file libilbc.c.
 
 
Initial value:= {
    .name           = "libilbc",
}
static int ilbc_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt)
 
static av_cold int init(AVCodecContext *avctx)
 
static av_cold int ilbc_decode_init(AVCodecContext *avctx)
 
static const AVClass ilbc_dec_class
 
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators. 
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
static int decode(AVCodecContext *avctx, void *data, int *got_sub, AVPacket *avpkt)
 
 
Definition at line 106 of file libilbc.c.
 
 
Initial value:= {
}
#define AV_OPT_FLAG_AUDIO_PARAM
 
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding 
 
 
Definition at line 124 of file libilbc.c.
 
 
Initial value:= {
    .class_name = "libilbc",
}
#define LIBAVUTIL_VERSION_INT
 
static const AVOption ilbc_enc_options[]
 
 
Definition at line 129 of file libilbc.c.
 
 
Initial value:= {
    .name           = "libilbc",
}
static av_cold int init(AVCodecContext *avctx)
 
static av_cold int ilbc_encode_init(AVCodecContext *avctx)
 
static const AVCodecDefault ilbc_encode_defaults[]
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
static const AVClass ilbc_enc_class
 
static int ilbc_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
 
AVSampleFormat
Audio sample formats. 
 
static enum AVSampleFormat sample_fmts[]
 
 
Definition at line 184 of file libilbc.c.