FFmpeg
4.0
|
Go to the source code of this file.
Data Structures | |
struct | PayloadContext |
RTP/JPEG specific private data. More... | |
Functions | |
static void | mpegts_close_context (PayloadContext *data) |
static av_cold int | mpegts_init (AVFormatContext *ctx, int st_index, PayloadContext *data) |
static int | mpegts_handle_packet (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) |
Variables | |
const RTPDynamicProtocolHandler | ff_mpegts_dynamic_handler |
|
static |
Definition at line 33 of file rtpdec_mpegts.c.
|
static |
Definition at line 41 of file rtpdec_mpegts.c.
|
static |
Definition at line 50 of file rtpdec_mpegts.c.
const RTPDynamicProtocolHandler ff_mpegts_dynamic_handler |
Definition at line 92 of file rtpdec_mpegts.c.