Commit f845901a authored by Rafaël Carré's avatar Rafaël Carré

fix activex compilation

parent 13ed2b54
......@@ -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) )
{
......
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