FFmpeg
|
libavformat/g729dec.c File Reference
Include dependency graph for libavformat/g729dec.c:
Go to the source code of this file.
Data Structures | |
struct | G729DemuxerContext |
Typedefs | |
typedef struct G729DemuxerContext | G729DemuxerContext |
Functions | |
static int | g729_read_header (AVFormatContext *s) |
static int | g729_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const AVOption | g729_options [] |
static const AVClass | g729_demuxer_class |
AVInputFormat | ff_g729_demuxer |
Typedef Documentation
typedef struct G729DemuxerContext G729DemuxerContext |
Function Documentation
|
static |
Definition at line 32 of file libavformat/g729dec.c.
|
static |
Definition at line 67 of file libavformat/g729dec.c.
Variable Documentation
AVInputFormat ff_g729_demuxer |
Initial value:
= {
.name = "g729",
.long_name = NULL_IF_CONFIG_SMALL("G.729 raw format demuxer"),
.priv_data_size = sizeof(G729DemuxerContext),
.extensions = "g729",
.priv_class = &g729_demuxer_class,
}
static int g729_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/g729dec.c:67
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
struct G729DemuxerContext G729DemuxerContext
Definition at line 94 of file libavformat/g729dec.c.
|
static |
Initial value:
= {
.class_name = "g729 demuxer",
.item_name = av_default_item_name,
.option = g729_options,
.version = LIBAVUTIL_VERSION_INT,
}
Definition at line 87 of file libavformat/g729dec.c.
|
static |
Initial value:
= {
{ "bit_rate", "", offsetof(G729DemuxerContext, bit_rate), AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },
{ NULL },
}
Definition: opt.h:222
Definition: libavformat/g729dec.c:27
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
Definition: opt.h:282
Definition at line 82 of file libavformat/g729dec.c.
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11