From f845901a476c9f2af35a3aab9f82602353e60411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= <funman@videolan.org> Date: Tue, 4 Dec 2007 20:43:31 +0000 Subject: [PATCH] fix activex compilation --- activex/vlccontrol2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activex/vlccontrol2.cpp b/activex/vlccontrol2.cpp index 39a789df2c5b..cba86e86d41b 100644 --- a/activex/vlccontrol2.cpp +++ b/activex/vlccontrol2.cpp @@ -2479,7 +2479,7 @@ STDMETHODIMP VLCVideo::takeSnapshot(LPPICTUREDISP* picture) return E_FAIL; /* take snapshot into file */ - libvlc_video_take_snapshot(p_md, psz_filepath, &ex); + libvlc_video_take_snapshot(p_md, psz_filepath, 0, 0, &ex); libvlc_media_instance_release(p_md); if( ! libvlc_exception_raised(&ex) ) { -- GitLab