[vlc-commits] Add bluray to GuessType()

Petri Hintukainen git at videolan.org
Thu Mar 26 16:09:53 CET 2015


vlc | branch: master | Petri Hintukainen <phintuka at gmail.com> | Thu Mar 26 08:36:51 2015 +0000| [dee576eb6fa3415ab2a3d0acab6f278d3274f0d5] | committer: Jean-Baptiste Kempf

Add bluray to GuessType()

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dee576eb6fa3415ab2a3d0acab6f278d3274f0d5
---

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

diff --git a/src/input/item.c b/src/input/item.c
index eaaaa7c..ff53f67 100644
--- a/src/input/item.c
+++ b/src/input/item.c
@@ -969,6 +969,7 @@ static int GuessType( const input_item_t *p_item, bool *p_net )
         /* Short match work, not just exact match */
         { "alsa",   ITEM_TYPE_CARD, false },
         { "atsc",   ITEM_TYPE_CARD, false },
+        { "bluray", ITEM_TYPE_DISC, false },
         { "bd",     ITEM_TYPE_DISC, false },
         { "cable",  ITEM_TYPE_CARD, false },
         { "cdda",   ITEM_TYPE_DISC, false },



More information about the vlc-commits mailing list