FFmpeg
|
#include "libavutil/avstring.h"
#include "libavcodec/bytestream.h"
#include "avio_internal.h"
#include "rtpdec_formats.h"
Go to the source code of this file.
Data Structures | |
struct | PayloadContext |
RTP/JPEG specific private data. More... | |
Functions | |
static av_cold void | dv_close_context (PayloadContext *data) |
static av_cold int | dv_sdp_parse_fmtp_config (AVFormatContext *s, AVStream *stream, PayloadContext *dv_data, const char *attr, const char *value) |
static av_cold int | dv_parse_sdp_line (AVFormatContext *ctx, int st_index, PayloadContext *dv_data, const char *line) |
static int | dv_handle_packet (AVFormatContext *ctx, PayloadContext *rtp_dv_ctx, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) |
Variables | |
RTPDynamicProtocolHandler | ff_dv_dynamic_handler |
|
static |
Definition at line 35 of file rtpdec_dv.c.
|
static |
Definition at line 40 of file rtpdec_dv.c.
Referenced by dv_parse_sdp_line().
|
static |
Definition at line 72 of file rtpdec_dv.c.
|
static |
Definition at line 91 of file rtpdec_dv.c.
RTPDynamicProtocolHandler ff_dv_dynamic_handler |
Definition at line 134 of file rtpdec_dv.c.
Referenced by ff_register_rtp_dynamic_payload_handlers().