[vlc-devel] commit: Use libvlc_playlist_add_extended_untrusted in activex plugin. ( Laurent Aimar )
git version control
git at videolan.org
Wed Jan 28 20:42:18 CET 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Jan 28 20:41:55 2009 +0100| [c349af1472890395de9bc62566d69f6d4b881099] | committer: Laurent Aimar
Use libvlc_playlist_add_extended_untrusted in activex plugin.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c349af1472890395de9bc62566d69f6d4b881099
---
projects/activex/plugin.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/projects/activex/plugin.cpp b/projects/activex/plugin.cpp
index 72d9848..6a8c3f8 100644
--- a/projects/activex/plugin.cpp
+++ b/projects/activex/plugin.cpp
@@ -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);
}
}
More information about the vlc-devel
mailing list