[vlc-commits] input: add isdb to known input types
    Francois Cartegnie 
    git at videolan.org
       
    Wed Apr 13 20:34:53 CEST 2016
    
    
  
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Apr 13 20:23:44 2016 +0200| [86cbdd949b3d85064d345d9fc96a3c2a97287509] | committer: Francois Cartegnie
input: add isdb to known input types
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=86cbdd949b3d85064d345d9fc96a3c2a97287509
---
 src/input/item.c |    1 +
 1 file changed, 1 insertion(+)
diff --git a/src/input/item.c b/src/input/item.c
index bb6fcac..0ea5fd0 100644
--- a/src/input/item.c
+++ b/src/input/item.c
@@ -1038,6 +1038,7 @@ static int GuessType( const input_item_t *p_item, bool *p_net )
         { "http",   ITEM_TYPE_FILE, true },
         { "icyx",   ITEM_TYPE_STREAM, true },
         { "imem",   ITEM_TYPE_UNKNOWN, false },
+        { "isdb-",  ITEM_TYPE_CARD, false },
         { "itpc",   ITEM_TYPE_PLAYLIST, true },
         { "jack",   ITEM_TYPE_CARD, false },
         { "linsys", ITEM_TYPE_CARD, false },
    
    
More information about the vlc-commits
mailing list