]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/open.cpp
Renamed input_item_AddOpt to input_item_AddOption.
[vlc] / modules / gui / qt4 / dialogs / open.cpp
index d66858bf5a9dbfe674f00c09d6f730abb5132b97..d30b15b6d3a07209ea4dfe3a2896eeefedbf1872 100644 (file)
@@ -331,7 +331,7 @@ void OpenDialog::finish( bool b_enqueue = false )
             while( i + 1 < tempMRL.size() && tempMRL[i + 1].startsWith( ":" ) )
             {
                 i++;
-                input_item_AddOption( p_input, qtu( tempMRL[i] ) );
+                input_item_AddOption( p_input, qtu( tempMRL[i] ), VLC_INPUT_OPTION_TRUSTED );
             }
 
             /* Switch between enqueuing and starting the item */