Commit 39c3e3c9 authored by rbultje's avatar rbultje

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



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15916 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5c76f7f0
......@@ -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