[Ffmpeg-cvslog] r7760 - trunk/libavformat/rtp.h

lu_zero subversion
Mon Jan 29 16:02:57 CET 2007


Author: lu_zero
Date: Mon Jan 29 16:02:57 2007
New Revision: 7760

Modified:
   trunk/libavformat/rtp.h

Log:
Missing prototype added

Modified: trunk/libavformat/rtp.h
==============================================================================
--- trunk/libavformat/rtp.h	(original)
+++ trunk/libavformat/rtp.h	Mon Jan 29 16:02:57 2007
@@ -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;
 




More information about the ffmpeg-cvslog mailing list