<div dir="ltr"><div><div><div><div>Hello.<br><br>i am using nightly buildings (Version 2.2.0)<br><br></div>libvlc_video_set_deinterlace doesn't work with 2.2.0<br><br></div>here is my code and sub definition<br><br></div>
<div></div><div>Friend share sub libvlc_video_set_deinterlace(Byval player as intptr, Byval mode as string)<br></div><div>End Sub<br></div><div><br></div><div>Usage<br></div>libvlc.libvlc_video_set_deinterlace(playerhandle, "mean")<br>
</div><div>or<br>libvlc.libvlc_video_set_deinterlace(playerhandle, "discard")<br></div><div>or<br>libvlc.libvlc_video_set_deinterlace(playerhandle, "linear")<br><br></div><div>nothing happens after these codes<br>
</div><div><br></div><div>same code working perfect with libvlc 2.0.2<br><br></div><div>Inadvance thanks for relations.<br></div></div>