diff rtp.h @ 1745:699a422bca90 libavformat

Missing prototype added
author lu_zero
date Mon, 29 Jan 2007 15:02:57 +0000
parents 00d9393a126f
children 4227bfda0df5
line wrap: on
line diff
--- a/rtp.h	Mon Jan 29 14:54:55 2007 +0000
+++ b/rtp.h	Mon Jan 29 15:02:57 2007 +0000
@@ -41,6 +41,7 @@
 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;