Changeset f845901a476c9f2af35a3aab9f82602353e60411

Show
Ignore:
Timestamp:
04/12/07 21:43:31 (11 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1196801011 +0000
git-parent:

[13ed2b54ae7181b50a474a6f80abe0f9a88570eb]

git-author:
Rafaël Carré <funman@videolan.org> 1196801011 +0000
Message:

fix activex compilation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • activex/vlccontrol2.cpp

    r2f6a9d1 rf845901  
    24802480 
    24812481            /* take snapshot into file */ 
    2482             libvlc_video_take_snapshot(p_md, psz_filepath, &ex); 
     2482            libvlc_video_take_snapshot(p_md, psz_filepath, 0, 0, &ex); 
    24832483            libvlc_media_instance_release(p_md); 
    24842484            if( ! libvlc_exception_raised(&ex) )