summaryrefslogtreecommitdiffstats
path: root/libmpdemux/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/open.c')
-rw-r--r--libmpdemux/open.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/libmpdemux/open.c b/libmpdemux/open.c
index 927dbeb971..1f9e99731f 100644
--- a/libmpdemux/open.c
+++ b/libmpdemux/open.c
@@ -30,8 +30,6 @@ extern int streaming_start( stream_t *stream, int *demuxer_type, URL_t *url);
static URL_t* url;
#endif
-int dvbin_param_on=0;
-
/// We keep these 2 for the gui atm, but they will be removed.
int dvd_title=0;
int vcd_track=0;
@@ -71,10 +69,6 @@ char * dvd_audio_stream_channels[6] =
#include "cue_read.h"
-#ifdef HAS_DVBIN_SUPPORT
-#include "dvbin.h"
-#endif
-
// Define function about auth the libsmbclient library
@@ -455,18 +449,6 @@ if(strncmp("dvd://",filename,6) == 0){
}
#endif
-#ifdef HAS_DVBIN_SUPPORT
-if(strncmp("dvbin://",filename,8) == 0)
-{
- stream = new_stream(-1, STREAMTYPE_DVB);
- if (!stream)
- return(NULL);
- if (!dvb_streaming_start(stream))
- return NULL;
-
- return stream;
-}
-#endif
#ifdef MPLAYER_NETWORK
#ifdef STREAMING_LIVE_DOT_COM