|
FFmpeg
|
Go to the source code of this file.
Functions | |
| static int | ilbc_write_header (AVFormatContext *s) |
| static int | ilbc_probe (const 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" |
| const AVInputFormat | ff_ilbc_demuxer |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 26 of file ilbc.c.
Referenced by ilbc_probe(), ilbc_read_header(), and ilbc_write_header().
|
static |
Definition at line 27 of file ilbc.c.
Referenced by ilbc_read_header(), and ilbc_write_header().
| const AVInputFormat ff_ilbc_demuxer |
1.8.17