diff stream/stream_null.c @ 19301:097e5bc71210

added dedicated file for mf:// input
author ben
date Thu, 03 Aug 2006 19:43:02 +0000
parents 11ec1cb3a7ea
children ab8d6b6deb63
line wrap: on
line diff
--- a/stream/stream_null.c	Thu Aug 03 19:31:36 2006 +0000
+++ b/stream/stream_null.c	Thu Aug 03 19:43:02 2006 +0000
@@ -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 @@
   "Albeu",
   "",
   open_s,
-  { 
-"mf", "null", NULL },
+  { "null", NULL },
   NULL,
   0 // Urls are an option string
 };