Browse Source

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

Originally committed as revision 15916 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ronald S. Bultje 17 years ago
parent
commit
63f412f902
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/rdt.c

+ 1
- 1
libavformat/rdt.c 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;


Loading…
Cancel
Save