Hi, I am using libvlc 2.2.1. I want to change the brightness and contrast of the video. Here is the code snippet i am using. Its a C# wrapper to libvlc APIs. LibVlc.libvlc_video_set_adjust_int(HandlePlayer, libvlc_video_adjust_option_t.libvlc_adjust_Enable, 1); LibVlc.libvlc_video_set_adjust_float(H...