FFmpeg
|
Go to the source code of this file.
Functions | |
static int | ilbc_write_header (AVFormatContext *s) |
static int | ilbc_write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | ilbc_probe (AVProbeData *p) |
static int | ilbc_read_header (AVFormatContext *s) |
static int | ilbc_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const char | mode20_header [] = "#!iLBC20\n" |
static const char | mode30_header [] = "#!iLBC30\n" |
AVInputFormat | ff_ilbc_demuxer |
AVOutputFormat | ff_ilbc_muxer |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 25 of file ilbc.c.
Referenced by ilbc_probe(), ilbc_read_header(), and ilbc_write_header().
|
static |
Definition at line 26 of file ilbc.c.
Referenced by ilbc_read_header(), and ilbc_write_header().
AVInputFormat ff_ilbc_demuxer |
AVOutputFormat ff_ilbc_muxer |