mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 02:12:28 +00:00
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:
parent
9a5771e9c1
commit
63f412f902
@ -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…
Reference in New Issue
Block a user