This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
9a5771e9c1
commit
63f412f902
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save