From 9c610b76676283219d941513ddeff625be953d83 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sat, 21 Mar 2009 20:44:46 +0000 Subject: Add a @todo item to use ByteIOContext instead of URLContext at some point in the future, requested by Luca in "[PATCH] rtsp.c: read TCP server notifications/messages" thread. Originally committed as revision 18120 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtsp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/rtsp.h') 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 */ -- cgit v1.2.3