diff rtsp.h @ 6412:6d6b63b7e5e3 libavformat

Handle IPv6 in the RTSP code
author mstorsjo
date Wed, 25 Aug 2010 15:32:29 +0000
parents f0669792a6bd
children 2685bf2b0b78
line wrap: on
line diff
--- a/rtsp.h	Wed Aug 25 15:32:00 2010 +0000
+++ b/rtsp.h	Wed Aug 25 15:32:29 2010 +0000
@@ -96,7 +96,7 @@
      * packets will be allowed to make before being discarded. */
     int ttl;
 
-    uint32_t destination; /**< destination IP address */
+    struct sockaddr_storage destination; /**< destination IP address */
 
     /** data/packet transport protocol; e.g. RTP or RDT */
     enum RTSPTransport transport;