From c108c924eb3ef93cf9a47e827ee64b0818ac2a20 Mon Sep 17 00:00:00 2001 From: rbultje Date: Sat, 21 Mar 2009 20:44:46 +0000 Subject: [PATCH] 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. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18120 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavformat/rtsp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 60d8c30f8..4ad49ff71 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 */ -- 2.11.4.GIT