[vlc-commits] input: add satip:// type

Julian Scheel git at videolan.org
Fri Jul 8 10:07:12 CEST 2016


vlc | branch: master | Julian Scheel <julian at jusst.de> | Thu Jul  7 17:07:25 2016 +0200| [1a2bf4ada972e864febe35753505870301e2b326] | committer: Thomas Guillem

input: add satip:// type

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

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

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

diff --git a/src/input/item.c b/src/input/item.c
index 90e31dc..5c6cd39 100644
--- a/src/input/item.c
+++ b/src/input/item.c
@@ -1138,6 +1138,7 @@ static int GuessType( const input_item_t *p_item, bool *p_net )
         { "raw139", ITEM_TYPE_CARD, false }, /* raw1394 */
         { "rt",     ITEM_TYPE_STREAM, true }, /* rtp, rtsp, rtmp */
         { "satell", ITEM_TYPE_CARD, false }, /* satellite */
+        { "satip",  ITEM_TYPE_STREAM, true }, /* satellite over ip */
         { "screen", ITEM_TYPE_CARD, false },
         { "sdp",    ITEM_TYPE_STREAM, true },
         { "sftp",   ITEM_TYPE_FILE, true },



More information about the vlc-commits mailing list