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

Stefanos Orovas stef.orovas at gmail.com
Wed Feb 5 16:39:24 CET 2014


>
> > +             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() ?
I tried but the transform type value didn't change.


2014-01-30 Stefanos Orovas <stef.orovas at gmail.com>:

> Thanks! I will give it a try.
>
>
> 2014-01-30 David Fuhrmann <david.fuhrmann at gmail.com>:
>
>
>> Am 30.01.2014 um 14:57 schrieb Stefanos Orovas <stef.orovas at gmail.com>:
>> > I have already asked before if there is a way to get <transform-type>
>> value, if the program starts via command line. I couldn't find a solution
>> on this. Does someone have any suggestion on this?
>>
>> Hi,
>>
>> Try var_InheritString to also include the value passed on the command
>> line.
>>
>> Regards,
>> David
>>
>> _______________________________________________
>> vlc-devel mailing list
>> To unsubscribe or modify your subscription options:
>> https://mailman.videolan.org/listinfo/vlc-devel
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20140205/ebbfe61c/attachment.html>


More information about the vlc-devel mailing list