# HG changeset patch # User rbultje # Date 1237668286 0 # Node ID 2e0ea6f965648568f723f8e67cbcea606f00f67d # Parent 7875964b4a5843949f4a776aa43e29bf45decbc8 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. diff -r 7875964b4a58 -r 2e0ea6f96564 rtsp.h --- a/rtsp.h Sat Mar 21 20:34:24 2009 +0000 +++ b/rtsp.h Sat Mar 21 20:44:46 2009 +0000 @@ -158,6 +158,8 @@ /** * Private data for the RTSP demuxer. + * + * @todo Use ByteIOContext instead of URLContext */ typedef struct RTSPState { URLContext *rtsp_hd; /* RTSP TCP connexion handle */