[vlc-devel] [PATCH] Added hotkey for video transformation. Pressing Ctrl+Alt+r the user can navigate through the available transformation modes.

Rémi Denis-Courmont remi at remlab.net
Wed Feb 5 16:40:38 CET 2014


On Wed, 5 Feb 2014 17:39:24 +0200, Stefanos Orovas <stef.orovas at gmail.com>
wrote:
>>
>> > +             config_PutPsz( p_intf, "transform-type", transform_type
>> > );
>> > +             config_PutPsz( p_intf, "video-filter", psz_string );
>>
>> As pointed out previously, this would clobber the user configuration.
>> Please stick to var_*().
> 
> 
> Is it possible to change "transform-type" value using var_SetString() ?

Yes.

-- 
Rémi Denis-Courmont
Sent from my collocated server



More information about the vlc-devel mailing list