#include "avformat.h"
#include "rtpdec_formats.h"
#include "libavutil/avstring.h"
Go to the source code of this file.
Functions | |
static int | ilbc_parse_fmtp (AVStream *stream, PayloadContext *data, char *attr, char *value) |
static int | ilbc_parse_sdp_line (AVFormatContext *s, int st_index, PayloadContext *data, const char *line) |
Variables | |
RTPDynamicProtocolHandler | ff_ilbc_dynamic_handler |
static int ilbc_parse_fmtp | ( | AVStream * | stream, | |
PayloadContext * | data, | |||
char * | attr, | |||
char * | value | |||
) | [static] |
static int ilbc_parse_sdp_line | ( | AVFormatContext * | s, | |
int | st_index, | |||
PayloadContext * | data, | |||
const char * | line | |||
) | [static] |
Definition at line 46 of file rtpdec_ilbc.c.
Initial value:
{ .enc_name = "iLBC", .codec_type = AVMEDIA_TYPE_AUDIO, .codec_id = AV_CODEC_ID_ILBC, .parse_sdp_a_line = ilbc_parse_sdp_line, }
Definition at line 68 of file rtpdec_ilbc.c.
Referenced by av_register_rtp_dynamic_payload_handlers().