diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2008-11-23 16:54:31 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2008-11-23 16:54:31 +0000 |
commit | 63f412f90218c4b5626a05adadaf03fd15d07416 (patch) | |
tree | 9d1156c3b3acbb9eb0d24ee4ab088b3cfefb80f3 /libavformat/rdt.c | |
parent | 9a5771e9c120fa6aa43ecef28f0335fad8c75f22 (diff) | |
download | ffmpeg-63f412f90218c4b5626a05adadaf03fd15d07416.tar.gz |
Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.
Originally committed as revision 15916 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rdt.c')
-rw-r--r-- | libavformat/rdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rdt.c b/libavformat/rdt.c index 08b76fa449..b696b329da 100644 --- a/libavformat/rdt.c +++ b/libavformat/rdt.c @@ -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; |