summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-08-25 15:32:00 +0000
committerMartin Storsjö <martin@martin.st>2010-08-25 15:32:00 +0000
commit3fbd12d109722c5f337ddf73451150178deaa024 (patch)
tree9f7310769907ad8af0c0fedf794fd892d95a2d88 /libavformat/rtsp.h
parent94f8b2d799ce3b881bcc0e99a710733c742ea14f (diff)
Handle IPv6 in the SDP demuxer
Originally committed as revision 24924 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r--libavformat/rtsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index 814d8d8e8d..0cd7358273 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -327,7 +327,7 @@ typedef struct RTSPStream {
/** 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 */
//@}