You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
@@ -36,7 +36,7 @@
|
|||||||
#include <libavcodec/bitstream.h>
|
#include <libavcodec/bitstream.h>
|
||||||
|
|
||||||
struct RDTDemuxContext {
|
struct RDTDemuxContext {
|
||||||
AVFormatContext *ic;
|
AVFormatContext *ic; /**< the containing (RTSP) demux context */
|
||||||
AVStream *st;
|
AVStream *st;
|
||||||
void *dynamic_protocol_context;
|
void *dynamic_protocol_context;
|
||||||
DynamicPayloadPacketHandlerProc parse_packet;
|
DynamicPayloadPacketHandlerProc parse_packet;
|
||||||
|
Reference in New Issue
Block a user