Home
last modified time | relevance | path

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

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