Go to the source code of this file.
|
static PayloadContext * | latm_new_context (void) |
|
static void | latm_free_context (PayloadContext *data) |
|
static int | latm_parse_packet (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) |
|
static int | parse_fmtp_config (AVStream *st, char *value) |
|
static int | parse_fmtp (AVFormatContext *s, AVStream *stream, PayloadContext *data, char *attr, char *value) |
|
static int | latm_parse_sdp_line (AVFormatContext *s, int st_index, PayloadContext *data, const char *line) |
|
§ latm_new_context()
§ latm_free_context()
§ latm_parse_packet()
§ parse_fmtp_config()
static int parse_fmtp_config |
( |
AVStream * |
st, |
|
|
char * |
value |
|
) |
| |
|
static |
§ parse_fmtp()
§ latm_parse_sdp_line()
§ ff_mp4a_latm_dynamic_handler
Initial value:= {
.enc_name = "MP4A-LATM",
}
static int latm_parse_sdp_line(AVFormatContext *s, int st_index, PayloadContext *data, const char *line)
static PayloadContext * latm_new_context(void)
static int latm_parse_packet(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags)
static void latm_free_context(PayloadContext *data)
Definition at line 182 of file rtpdec_latm.c.
Referenced by ff_register_rtp_dynamic_payload_handlers().