From d844273899c60c249e4edef5d5360cece2cf340d Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 3 Aug 2006 19:43:02 +0000 Subject: added dedicated file for mf:// input git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19307 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_null.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'stream/stream_null.c') diff --git a/stream/stream_null.c b/stream/stream_null.c index 71873e4d16..93492e63a6 100644 --- a/stream/stream_null.c +++ b/stream/stream_null.c @@ -10,9 +10,6 @@ static int open_s(stream_t *stream,int mode, void* opts, int* file_format) { stream->type = STREAMTYPE_DUMMY; - if(strncmp("mf://",stream->url,5) == 0) { - *file_format = DEMUXER_TYPE_MF; - } return 1; } @@ -23,8 +20,7 @@ stream_info_t stream_info_null = { "Albeu", "", open_s, - { -"mf", "null", NULL }, + { "null", NULL }, NULL, 0 // Urls are an option string }; -- cgit v1.2.3