summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-03-15 16:31:15 +0000
committerMartin Storsjö <martin@martin.st>2010-03-15 16:31:15 +0000
commitec55edba312199245d7b830284b861673d27e999 (patch)
tree98917fc142ccd20b91da4827d06efc60a2f633c9 /libavformat/rtsp.h
parentc040badb703e773a98f37392e9bc609e1a0b7439 (diff)
Make rtsp_skip_packet non-static, add ff prefix
Originally committed as revision 22547 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r--libavformat/rtsp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index a322281282..13e251b72b 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -399,6 +399,11 @@ int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply,
int return_on_interleaved_data);
/**
+ * Skip a RTP/TCP interleaved packet.
+ */
+void ff_rtsp_skip_packet(AVFormatContext *s);
+
+/**
* Connect to the RTSP server and set up the individual media streams.
* This can be used for both muxers and demuxers.
*