diff rtpdec.h @ 6413:179ddd49895f libavformat

Add rtp_get_rtcp_file_handle function Patch by Josh Allmann, joshua dot allmann at gmail
author mstorsjo
date Wed, 25 Aug 2010 17:32:59 +0000
parents 7b8b71ff9a76
children
line wrap: on
line diff
--- a/rtpdec.h	Wed Aug 25 15:32:29 2010 +0000
+++ b/rtpdec.h	Wed Aug 25 17:32:59 2010 +0000
@@ -72,6 +72,11 @@
  */
 int rtp_check_and_send_back_rr(RTPDemuxContext *s, int count);
 
+/**
+ * Get the file handle for the RTCP socket.
+ */
+int rtp_get_rtcp_file_handle(URLContext *h);
+
 // these statistics are used for rtcp receiver reports...
 typedef struct {
     uint16_t max_seq;           ///< highest sequence number seen