[vlc-devel] commit: Forgotten in 208d017e7c250518e1601a9610cec0866012ca37 : remove m3u-extvlcopt ( Rafaël Carré )

git version control git at videolan.org
Mon Mar 24 04:20:12 CET 2008


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Mar 24 03:20:14 2008 +0000| [7ee84d758555a72d4ecff2178d7efe205f22c5fa]

Forgotten in 208d017e7c250518e1601a9610cec0866012ca37 : remove m3u-extvlcopt

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

 modules/demux/playlist/playlist.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/modules/demux/playlist/playlist.c b/modules/demux/playlist/playlist.c
index 518791a..169fa55 100644
--- a/modules/demux/playlist/playlist.c
+++ b/modules/demux/playlist/playlist.c
@@ -49,11 +49,6 @@
 #define SKIP_ADS_LONGTEXT N_( "Use playlist options usually used to prevent " \
     "ads skipping to detect ads and prevent adding them to the playlist." )
 
-#define EXTVLCOPT_TEXT N_( "Enable parsing of EXTVLCOPT: options" )
-#define EXTVLCOPT_LONGTEXT N_( "Enable parsing of EXTVLCOPT: options in m3u " \
-    "playlists. This option is default disabled to prevent untrusted sources " \
-    "using VLC options without the user's knowledge." )
-
 vlc_module_begin();
     add_shortcut( "playlist" );
     set_category( CAT_INPUT );
@@ -74,8 +69,6 @@ vlc_module_begin();
         set_description( _("M3U playlist import") );
         add_shortcut( "m3u-open" );
         set_capability( "demux2", 10 );
-        add_bool( "m3u-extvlcopt", VLC_FALSE, NULL,
-                  EXTVLCOPT_TEXT, EXTVLCOPT_LONGTEXT, VLC_FALSE );
         set_callbacks( E_(Import_M3U), E_(Close_M3U) );
     add_submodule();
         set_description( _("PLS playlist import") );




More information about the vlc-devel mailing list