[vlc-devel] [PATCH 1/2] input: add nfs:// type

Thomas Guillem thomas at gllm.fr
Fri Jan 8 18:36:27 CET 2016


---
 src/input/item.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/input/item.c b/src/input/item.c
index cb8e257..b27beee 100644
--- a/src/input/item.c
+++ b/src/input/item.c
@@ -1046,6 +1046,7 @@ static int GuessType( const input_item_t *p_item, bool *p_net )
         { "live",   ITEM_TYPE_STREAM, true }, /* livedotcom */
         { "mms",    ITEM_TYPE_STREAM, true },
         { "mtp",    ITEM_TYPE_DISC, false },
+        { "nfs",    ITEM_TYPE_FILE, true },
         { "ofdm",   ITEM_TYPE_CARD, false },
         { "oss",    ITEM_TYPE_CARD, false },
         { "pnm",    ITEM_TYPE_STREAM, true },
-- 
2.1.4



More information about the vlc-devel mailing list