From 83b3c822becab58bdf25bcef7c247d674908ddcb Mon Sep 17 00:00:00 2001 From: nicodvb Date: Sun, 29 May 2005 12:54:00 +0000 Subject: ported all network streams to the new API git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15586 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/demux_rtp.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libmpdemux/demux_rtp.h') 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); -- cgit v1.2.3