[vlc-devel] commit: shoutcast sd: Change French TV section to use vlc:// nop instead of vlc:skip (like XSPF was changed). (Derk-Jan Hartman )

git version control git at videolan.org
Thu Jul 24 14:40:20 CEST 2008


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Thu Jul 24 14:39:15 2008 +0200| [caeee3fc839d477a841aa463f91f67b46f439f26]

shoutcast sd: Change French TV section to use vlc://nop instead of vlc:skip (like XSPF was changed).

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

 modules/services_discovery/shout.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/services_discovery/shout.c b/modules/services_discovery/shout.c
index fe68fd9..afffb57 100644
--- a/modules/services_discovery/shout.c
+++ b/modules/services_discovery/shout.c
@@ -55,7 +55,7 @@ struct shout_item_t
 #define endItem( ) { NULL, NULL, { NULL }, NULL }
 #define item( title, url ) { url, title, { NULL }, NULL }
 #define itemWithOption( title, url, option ) { url, title, { option, NULL }, NULL }
-#define itemWithChildren( title, children ) { "vlc:skip", title, { NULL }, children }
+#define itemWithChildren( title, children ) { "vlc://nop", title, { NULL }, children }
 
 /* WARN: We support only two levels */
 




More information about the vlc-devel mailing list