[vlc-devel] Can<t set the hue programatically...

jboileau jboileau at gmail.com
Fri May 23 18:40:01 CEST 2008


Hi,

I am trying to access the adjust module programaticaly by adding
functionnality to libvlc. First I make sure my libvlc instance is
created using the option --video-filter=adjust{hue=200}. This part
works because when I play a video I can see the greenish hue this
value produces. Then, while the video is playing, I try to set the hue
using this code, but nothing changes:

    val.i_int = 0;
    var_Set( p_vout, "hue", val );

I would expect the video's color to return to normal.

-- 
Jacques Boileau



More information about the vlc-devel mailing list