summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/demux_rtp.h')
-rw-r--r--libmpdemux/demux_rtp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libmpdemux/demux_rtp.h b/libmpdemux/demux_rtp.h
index 2ded80b7e5..fd51a50e7f 100644
--- a/libmpdemux/demux_rtp.h
+++ b/libmpdemux/demux_rtp.h
@@ -11,12 +11,6 @@
#include "demuxer.h"
#endif
-// Open a SDP file:
-stream_t* stream_open_sdp(int fd, off_t fileSize, int* file_format);
-
-// Open a RTSP URL:
-int rtsp_streaming_start(stream_t* stream);
-
// Open a RTP demuxer (which was initiated either from a SDP file,
// or from a RTSP URL):
demuxer_t* demux_open_rtp(demuxer_t* demuxer);