Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.

Originally committed as revision 15916 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ronald S. Bultje 2008-11-23 16:54:31 +00:00
parent 9a5771e9c1
commit 63f412f902

View File

@ -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;