diff rtsp.h @ 5688:7024b420e1a8 libavformat

Create AVFormatContext objects as private transport for output RTSP sessions
author mstorsjo
date Mon, 22 Feb 2010 15:46:56 +0000
parents 4a65c87ff3fd
children 87b26ad577c5
line wrap: on
line diff
--- a/rtsp.h	Mon Feb 22 10:19:46 2010 +0000
+++ b/rtsp.h	Mon Feb 22 15:46:56 2010 +0000
@@ -281,7 +281,7 @@
  */
 typedef struct RTSPStream {
     URLContext *rtp_handle;   /**< RTP stream handle (if UDP) */
-    void *transport_priv; /**< RTP/RDT parse context */
+    void *transport_priv; /**< RTP/RDT parse context if input, RTP AVFormatContext if output */
 
     /** corresponding stream index, if any. -1 if none (MPEG2TS case) */
     int stream_index;