FFmpeg
|
G.723.1 demuxer. More...
Include dependency graph for libavformat/g723_1.c:
Go to the source code of this file.
Functions | |
static int | g723_1_init (AVFormatContext *s) |
static int | g723_1_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const uint8_t | frame_size [4] = { 24, 20, 4, 1 } |
AVInputFormat | ff_g723_1_demuxer |
Detailed Description
G.723.1 demuxer.
Definition in file libavformat/g723_1.c.
Function Documentation
|
static |
Definition at line 33 of file libavformat/g723_1.c.
|
static |
Definition at line 53 of file libavformat/g723_1.c.
Variable Documentation
AVInputFormat ff_g723_1_demuxer |
Initial value:
= {
.name = "g723_1",
.long_name = NULL_IF_CONFIG_SMALL("G.723.1"),
.read_header = g723_1_init,
.read_packet = g723_1_read_packet,
.extensions = "tco,rco,g723_1",
.flags = AVFMT_GENERIC_INDEX
}
static int g723_1_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/g723_1.c:53
#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 78 of file libavformat/g723_1.c.
|
static |
Definition at line 31 of file libavformat/g723_1.c.
Referenced by g723_1_read_packet().
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11