Commit 63f412f9 authored by Ronald S. Bultje's avatar Ronald S. Bultje

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

Originally committed as revision 15916 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9a5771e9
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment