Home
last modified time | relevance | path

Searched defs:RTPDemuxContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpdec.h42 typedef struct RTPDemuxContext RTPDemuxContext; typedef
147 struct RTPDemuxContext { struct
148 AVFormatContext *ic;
149 AVStream *st;
150 int payload_type;
151 uint32_t ssrc;
152 uint16_t seq;
153 uint32_t timestamp;
154 uint32_t base_timestamp;
155 int64_t unwrapped_timestamp;
[all …]