[FFmpeg-cvslog] r18120 - trunk/libavformat/rtsp.h
rbultje
subversion
Sat Mar 21 21:44:46 CET 2009
Author: rbultje
Date: Sat Mar 21 21:44:46 2009
New Revision: 18120
Log:
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.
Modified:
trunk/libavformat/rtsp.h
Modified: trunk/libavformat/rtsp.h
==============================================================================
--- trunk/libavformat/rtsp.h Sat Mar 21 21:34:24 2009 (r18119)
+++ trunk/libavformat/rtsp.h Sat Mar 21 21:44:46 2009 (r18120)
@@ -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 */
More information about the ffmpeg-cvslog
mailing list