Commit 8006de17 authored by lu_zero's avatar lu_zero

Missing prototype added

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7760 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a69b076c
......@@ -41,6 +41,7 @@ extern AVInputFormat rtp_demuxer;
int rtp_get_local_port(URLContext *h);
int rtp_set_remote_url(URLContext *h, const char *uri);
void rtp_get_file_handles(URLContext *h, int *prtp_fd, int *prtcp_fd);
int rtp_check_and_send_back_rr(RTPDemuxContext *s, int count);
extern URLProtocol rtp_protocol;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment