comparison rtp.h @ 1857:17893fe08372 libavformat

Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.
author takis
date Sun, 04 Mar 2007 23:29:14 +0000
parents 99d50be70d9a
children 8d7a19c937dc
comparison
equal deleted inserted replaced
1856:99d50be70d9a 1857:17893fe08372
41 extern AVInputFormat rtp_demuxer; 41 extern AVInputFormat rtp_demuxer;
42 42
43 int rtp_get_local_port(URLContext *h); 43 int rtp_get_local_port(URLContext *h);
44 int rtp_set_remote_url(URLContext *h, const char *uri); 44 int rtp_set_remote_url(URLContext *h, const char *uri);
45 void rtp_get_file_handles(URLContext *h, int *prtp_fd, int *prtcp_fd); 45 void rtp_get_file_handles(URLContext *h, int *prtp_fd, int *prtcp_fd);
46
47 /**
48 * some rtp servers assume client is dead if they don't hear from them...
49 * so we send a Receiver Report to the provided ByteIO context
50 * (we don't have access to the rtcp handle from here)
51 */
46 int rtp_check_and_send_back_rr(RTPDemuxContext *s, int count); 52 int rtp_check_and_send_back_rr(RTPDemuxContext *s, int count);
47 53
48 extern URLProtocol rtp_protocol; 54 extern URLProtocol rtp_protocol;
49 55
50 #define RTP_PT_PRIVATE 96 56 #define RTP_PT_PRIVATE 96