[vlc-commits] input: add nfs:// type
Thomas Guillem
git at videolan.org
Mon Jan 11 16:45:08 CET 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Jan 8 18:36:27 2016 +0100| [5c8521caaee0995e79984a1575a61a60741c1644] | committer: Thomas Guillem
input: add nfs:// type
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5c8521caaee0995e79984a1575a61a60741c1644
---
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 },
More information about the vlc-commits
mailing list