FFmpeg
|
Include dependency graph for libavformat/g722.c:
Go to the source code of this file.
Functions | |
static int | g722_read_header (AVFormatContext *s) |
Variables | |
AVInputFormat | ff_g722_demuxer |
Function Documentation
|
static |
Definition at line 27 of file libavformat/g722.c.
Variable Documentation
AVInputFormat ff_g722_demuxer |
Initial value:
= {
.name = "g722",
.long_name = NULL_IF_CONFIG_SMALL("raw G.722"),
.read_header = g722_read_header,
.read_packet = ff_raw_read_partial_packet,
.flags = AVFMT_GENERIC_INDEX,
.extensions = "g722,722",
.raw_codec_id = AV_CODEC_ID_ADPCM_G722,
}
Definition: libavcodec/avcodec.h:360
int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/rawdec.c:34
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition at line 49 of file libavformat/g722.c.
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11