diff rtsp.h @ 6411:f0669792a6bd libavformat

Handle IPv6 in the SDP demuxer
author mstorsjo
date Wed, 25 Aug 2010 15:32:00 +0000
parents b7ee8424b7e6
children 6d6b63b7e5e3
line wrap: on
line diff
--- a/rtsp.h	Wed Aug 25 13:42:17 2010 +0000
+++ b/rtsp.h	Wed Aug 25 15:32:00 2010 +0000
@@ -327,7 +327,7 @@
     /** The following are used only in SDP, not RTSP */
     //@{
     int sdp_port;             /**< port (from SDP content) */
-    struct in_addr sdp_ip;    /**< IP address (from SDP content) */
+    struct sockaddr_storage sdp_ip; /**< IP address (from SDP content) */
     int sdp_ttl;              /**< IP Time-To-Live (from SDP content) */
     int sdp_payload_type;     /**< payload type */
     //@}