# HG changeset patch
# User rbultje
# Date 1227459271 0
# Node ID e35f52a277d7cd6018b560a75e6dcacd5c9b65dc
# Parent  0fd7955f548be0f2c7b670f78106e7b6601b5894
Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.

diff -r 0fd7955f548b -r e35f52a277d7 rdt.c
--- a/rdt.c	Sat Nov 22 21:24:39 2008 +0000
+++ b/rdt.c	Sun Nov 23 16:54:31 2008 +0000
@@ -36,7 +36,7 @@
 #include <libavcodec/bitstream.h>
 
 struct RDTDemuxContext {
-    AVFormatContext *ic;
+    AVFormatContext *ic; /**< the containing (RTSP) demux context */
     AVStream *st;
     void *dynamic_protocol_context;
     DynamicPayloadPacketHandlerProc parse_packet;