libvlc API: Add Deinterlace Filter to libvlc in video.c
- libvlc_video_enable_deinterlace(libvlc_media_player_t *p_mi, int b_enable, const char *psz_mode, libvlc_exception_t *p_e)
- b_enable: boolean to enable or disable deinterlace filter
- psz_mode: char to define the deinterlace mode (blend, linear...)
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
Showing
Please register or sign in to comment