summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r--libavformat/rtsp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index 8f79c759ff..dbd444b983 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -266,6 +266,11 @@ typedef struct RTSPState {
* data packet in the bytecontext for each incoming RTSP packet. */
uint64_t asf_pb_pos;
//@}
+
+ /** some MS RTSP streams contain a URL in the SDP that we need to use
+ * for all subsequent RTSP requests, rather than the input URI; in
+ * other cases, this is a copy of AVFormatContext->filename. */
+ char control_uri[1024];
} RTSPState;
/**