Go to the source code of this file.
◆ mpeg_parse_packet()
◆ ff_mpeg_audio_dynamic_handler
Initial value:= {
.static_payload_id = 14,
}
preferred ID for decoding MPEG audio layer 1, 2 or 3
static int mpeg_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 at line 51 of file rtpdec_mpeg12.c.
◆ ff_mpeg_video_dynamic_handler
Initial value:= {
.static_payload_id = 32,
}
static int mpeg_parse_packet(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags)
preferred ID for MPEG-1/2 video decoding
Definition at line 59 of file rtpdec_mpeg12.c.