G.723.1 demuxer. More...
Go to the source code of this file.
Functions | |
static int | g723_1_init (AVFormatContext *s, AVFormatParameters *ap) |
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 |
G.723.1 demuxer.
Definition in file g723_1.c.
static int g723_1_init | ( | AVFormatContext * | s, |
AVFormatParameters * | ap | ||
) | [static] |
static int g723_1_read_packet | ( | AVFormatContext * | s, |
AVPacket * | pkt | ||
) | [static] |
{ .name = "g723_1", .long_name = NULL_IF_CONFIG_SMALL("G.723.1 format"), .read_header = g723_1_init, .read_packet = g723_1_read_packet, .extensions = "tco,rco", .flags = AVFMT_GENERIC_INDEX }
const uint8_t frame_size[4] = {24, 20, 4, 1} [static] |
Definition at line 30 of file g723_1.c.
Referenced by g723_1_read_packet().