mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02: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…
x
Reference in New Issue
Block a user