FFmpeg
|
RTP support for the SV3V (SVQ3) payload. More...
#include <string.h>
#include "libavutil/intreadwrite.h"
#include "rtp.h"
#include "rtpdec.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 int | svq3_parse_packet (AVFormatContext *s, PayloadContext *sv, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) |
return 0 on packet, <0 on partial packet or error... | |
static PayloadContext * | svq3_extradata_new (void) |
static void | svq3_extradata_free (PayloadContext *sv) |
Variables | |
RTPDynamicProtocolHandler | ff_svq3_dynamic_handler |
RTP support for the SV3V (SVQ3) payload.
Definition in file rtpdec_svq3.c.
|
static |
return 0 on packet, <0 on partial packet or error...
Definition at line 41 of file rtpdec_svq3.c.
|
static |
Definition at line 112 of file rtpdec_svq3.c.
|
static |
Definition at line 117 of file rtpdec_svq3.c.
RTPDynamicProtocolHandler ff_svq3_dynamic_handler |
Definition at line 127 of file rtpdec_svq3.c.
Referenced by av_register_rtp_dynamic_payload_handlers().