summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r--libavformat/rtsp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index 60d8c30f87..4ad49ff716 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -158,6 +158,8 @@ enum RTSPServerType {
/**
* Private data for the RTSP demuxer.
+ *
+ * @todo Use ByteIOContext instead of URLContext
*/
typedef struct RTSPState {
URLContext *rtsp_hd; /* RTSP TCP connexion handle */