diff --git a/activex/vlccontrol2.cpp b/activex/vlccontrol2.cpp index 39a789df2c5b4092626856a20092cecc7ce60356..cba86e86d41b8e119b9c26e166ec0eed90e21c23 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) ) {