Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */