Commit 561c0c4c authored by Laurent Aimar's avatar Laurent Aimar Committed by Rémi Denis-Courmont

Use libvlc_playlist_add_extended_untrusted in activex plugin.

(cherry picked from commit c349af14)
Signed-off-by: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
parent 09928e49
......@@ -535,7 +535,7 @@ HRESULT VLCPlugin::getVLC(libvlc_instance_t** pp_libvlc)
options[i_options++] = timeBuffer;
}
// add default target to playlist
libvlc_playlist_add_extended(_p_libvlc, psz_mrl, NULL, i_options, options, NULL);
libvlc_playlist_add_extended_untrusted(_p_libvlc, psz_mrl, NULL, i_options, options, NULL);
CoTaskMemFree(psz_mrl);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment