changeset 4048:e35f52a277d7 libavformat

Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.
author rbultje
date Sun, 23 Nov 2008 16:54:31 +0000
parents 0fd7955f548b
children 116a6910592c
files rdt.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;