FFmpeg
|
rtpdec_latm.c File Reference
#include "rtpdec_formats.h"
#include "internal.h"
#include "libavutil/avstring.h"
#include "libavcodec/get_bits.h"
Include dependency graph for rtpdec_latm.c:
Go to the source code of this file.
Data Structures | |
struct | PayloadContext |
RTP/JPEG specific private data. More... | |
Functions | |
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 (AVStream *stream, PayloadContext *data, char *attr, char *value) |
static int | latm_parse_sdp_line (AVFormatContext *s, int st_index, PayloadContext *data, const char *line) |
Variables | |
RTPDynamicProtocolHandler | ff_mp4a_latm_dynamic_handler |
Function Documentation
|
static |
Definition at line 39 of file rtpdec_latm.c.
|
static |
Definition at line 34 of file rtpdec_latm.c.
|
static |
Definition at line 52 of file rtpdec_latm.c.
|
static |
Definition at line 167 of file rtpdec_latm.c.
|
static |
Definition at line 148 of file rtpdec_latm.c.
Referenced by ff_parse_fmtp(), and latm_parse_sdp_line().
|
static |
Definition at line 106 of file rtpdec_latm.c.
Referenced by parse_fmtp().
Variable Documentation
RTPDynamicProtocolHandler ff_mp4a_latm_dynamic_handler |
Initial value:
= {
.enc_name = "MP4A-LATM",
.codec_type = AVMEDIA_TYPE_AUDIO,
.codec_id = AV_CODEC_ID_AAC,
.parse_sdp_a_line = latm_parse_sdp_line,
.alloc = latm_new_context,
.free = latm_free_context,
.parse_packet = latm_parse_packet
}
static int latm_parse_sdp_line(AVFormatContext *s, int st_index, PayloadContext *data, const char *line)
Definition: rtpdec_latm.c:167
Definition: libavcodec/avcodec.h:383
Definition: avutil.h:144
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)
Definition: rtpdec_latm.c:52
Definition at line 181 of file rtpdec_latm.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11