FFmpeg
Classes | Variables
rtpdec_svq3.c File Reference

RTP support for the SV3V (SVQ3) payload. More...

#include <string.h>
#include "libavutil/intreadwrite.h"
#include "avio_internal.h"
#include "internal.h"
#include "rtp.h"
#include "rtpdec.h"
#include "rtpdec_formats.h"

Classes

struct  PayloadContext
 RTP/JPEG specific private data. More...
 

Variables

const RTPDynamicProtocolHandler ff_svq3_dynamic_handler
 

Detailed Description

RTP support for the SV3V (SVQ3) payload.

Author
Ronald S. Bultje rbult.nosp@m.je@r.nosp@m.onald.nosp@m..bit.nosp@m.freak.nosp@m..net
See also
http://wiki.multimedia.cx/index.php?title=Sorenson_Video_3#Packetization

Variable Documentation

§ ff_svq3_dynamic_handler

const RTPDynamicProtocolHandler ff_svq3_dynamic_handler
Initial value:
= {
.enc_name = "X-SV3V-ES",
.codec_type = AVMEDIA_TYPE_VIDEO,
.codec_id = AV_CODEC_ID_NONE,
.priv_data_size = sizeof(PayloadContext),
.close = svq3_close_context,
.parse_packet = svq3_parse_packet,
}
RTP/JPEG specific private data.
Definition: rdt.c:83