]> git.sesse.net Git - vlc/blobdiff - modules/demux/rtp.h
RTP: open the RTCP port
[vlc] / modules / demux / rtp.h
index e363878a8be3e32b9fd365213437a52b1b452840..c8daa66a07352f932136a81b54a113797efbd8d0 100644 (file)
@@ -45,6 +45,7 @@ struct demux_sys_t
     rtp_session_t *session;
     struct srtp_session_t *srtp;
     int           fd;
+    int           rtcp_fd;
 
     unsigned      caching;
     unsigned      timeout;