#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
const char mode20_header[] = "#!iLBC20\n" |
|
static |
const char mode30_header[] = "#!iLBC30\n" |
|
static |
Initial value:= {
.name = "ilbc",
}
static int ilbc_read_header(AVFormatContext *s)
static int ilbc_probe(AVProbeData *p)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int ilbc_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 122 of file ilbc.c.
Initial value:= {
.name = "ilbc",
.mime_type = "audio/iLBC",
.extensions = "lbc",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int ilbc_write_header(AVFormatContext *s)
static int ilbc_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 131 of file ilbc.c.