Commit c108c924 authored by rbultje's avatar rbultje

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
parent 6277c3fe
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment