[Ffmpeg-cvslog] r8234 - in trunk/libavformat: rtp.c rtp.h
takis
subversion
Mon Mar 5 00:29:14 CET 2007
Author: takis
Date: Mon Mar 5 00:29:14 2007
New Revision: 8234
Modified:
trunk/libavformat/rtp.c
trunk/libavformat/rtp.h
Log:
Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.
Modified: trunk/libavformat/rtp.c
==============================================================================
--- trunk/libavformat/rtp.c (original)
+++ trunk/libavformat/rtp.c Mon Mar 5 00:29:14 2007
@@ -335,11 +335,6 @@ static void rtcp_update_jitter(RTPStatis
}
#endif
-/**
- * some rtp servers assume client is dead if they don't hear from them...
- * so we send a Receiver Report to the provided ByteIO context
- * (we don't have access to the rtcp handle from here)
- */
int rtp_check_and_send_back_rr(RTPDemuxContext *s, int count)
{
ByteIOContext pb;
Modified: trunk/libavformat/rtp.h
==============================================================================
--- trunk/libavformat/rtp.h (original)
+++ trunk/libavformat/rtp.h Mon Mar 5 00:29:14 2007
@@ -43,6 +43,12 @@ 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);
+
+/**
+ * some rtp servers assume client is dead if they don't hear from them...
+ * so we send a Receiver Report to the provided ByteIO context
+ * (we don't have access to the rtcp handle from here)
+ */
int rtp_check_and_send_back_rr(RTPDemuxContext *s, int count);
extern URLProtocol rtp_protocol;
More information about the ffmpeg-cvslog
mailing list