diff rtsp.h @ 4771:2e0ea6f96564 libavformat

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.
author rbultje
date Sat, 21 Mar 2009 20:44:46 +0000
parents 51899c07a4f1
children 940946a4569b
line wrap: on
line diff
--- 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 */