FFmpeg
|
Go to the source code of this file.
Functions | |
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) |
Variables | |
RTPDynamicProtocolHandler | ff_mpeg_audio_dynamic_handler |
RTPDynamicProtocolHandler | ff_mpeg_video_dynamic_handler |
|
static |
Definition at line 26 of file rtpdec_mpeg12.c.
RTPDynamicProtocolHandler ff_mpeg_audio_dynamic_handler |
Definition at line 51 of file rtpdec_mpeg12.c.
Referenced by ff_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_mpeg_video_dynamic_handler |
Definition at line 59 of file rtpdec_mpeg12.c.
Referenced by ff_register_rtp_dynamic_payload_handlers().