changeset 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 7875964b4a58
children fb0b1e68356c
files rtsp.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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 */