Revision accc248f libavformat/rdt.h
libavformat/rdt.h | ||
---|---|---|
22 | 22 |
#ifndef AVFORMAT_RDT_H |
23 | 23 |
#define AVFORMAT_RDT_H |
24 | 24 |
|
25 |
typedef struct RDTDemuxContext RDTDemuxContext; |
|
26 |
|
|
27 |
RDTDemuxContext *ff_rdt_parse_open(AVFormatContext *ic, AVStream *st, |
|
28 |
void *priv_data, |
|
29 |
RTPDynamicProtocolHandler *handler); |
|
30 |
void ff_rdt_parse_close(RDTDemuxContext *s); |
|
31 |
|
|
25 | 32 |
/** |
26 | 33 |
* Calculate the response (RealChallenge2 in the RTSP header) to the |
27 | 34 |
* challenge (RealChallenge1 in the RTSP header from the Real/Helix |
... | ... | |
53 | 60 |
void ff_rdt_subscribe_rule(char *cmd, int size, |
54 | 61 |
int stream_nr, int rule_nr); |
55 | 62 |
// FIXME this will be removed ASAP |
56 |
void ff_rdt_subscribe_rule2(RTPDemuxContext *s, char *cmd, int size,
|
|
63 |
void ff_rdt_subscribe_rule2(RDTDemuxContext *s, char *cmd, int size,
|
|
57 | 64 |
int stream_nr, int rule_nr); |
58 | 65 |
|
59 | 66 |
/** |
... | ... | |
74 | 81 |
* Parse RDT-style packet data (header + media data). |
75 | 82 |
* Usage similar to rtp_parse_packet(). |
76 | 83 |
*/ |
77 |
int ff_rdt_parse_packet(RTPDemuxContext *s, AVPacket *pkt,
|
|
84 |
int ff_rdt_parse_packet(RDTDemuxContext *s, AVPacket *pkt,
|
|
78 | 85 |
const uint8_t *buf, int len); |
79 | 86 |
|
80 | 87 |
#endif /* AVFORMAT_RDT_H */ |
Also available in: Unified diff