|
FFmpeg
|
#include "config_components.h"#include "avformat.h"#include "avio_internal.h"#include "demux.h"#include "internal.h"#include "mux.h"#include "rawenc.h"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 FFInputFormat | ff_ilbc_demuxer |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 31 of file ilbc.c.
Referenced by ilbc_probe(), ilbc_read_header(), and ilbc_write_header().
|
static |
Definition at line 32 of file ilbc.c.
Referenced by ilbc_read_header(), and ilbc_write_header().
| const FFInputFormat ff_ilbc_demuxer |
1.8.17