diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2009-03-21 20:44:46 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2009-03-21 20:44:46 +0000 |
commit | 9c610b76676283219d941513ddeff625be953d83 (patch) | |
tree | 978cb11e6a2141ebc0b2c553176e32abd1434ffc /libavformat/rtsp.h | |
parent | 8b9794e5424387db0134d2d320cad1ff78e329e7 (diff) | |
download | ffmpeg-9c610b76676283219d941513ddeff625be953d83.tar.gz |
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
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r-- | libavformat/rtsp.h | 2 |
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 */ |