Go to the source code of this file.
 | 
| 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) | 
|   | 
◆ mpegts_close_context()
◆ mpegts_init()
◆ mpegts_handle_packet()
◆ ff_mpegts_dynamic_handler
Initial value:= {
    .static_payload_id = 33,
}
 
Definition at line 92 of file rtpdec_mpegts.c.
 
 
 
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)
 
static int parse_packet(AVFormatContext *s, AVPacket *pkt, int stream_index, int flush)
Parse a packet, add all split parts to parse_queue.
 
RTP/JPEG specific private data.