[vlc-devel] [PATCH v2 1/8] viewpoint: add reverse viewpoint function

Alexandre Janniaux ajanni at videolabs.io
Wed Mar 6 16:44:55 CET 2019


Right, fixed locally, thank you.

On 2019-03-06 16:41, Rémi Denis-Courmont wrote:
> Le keskiviikkona 6. maaliskuuta 2019, 17.31.31 EET Alexandre Janniaux a 
> écrit
> :
>> +{
>> +    vp->yaw   *= -1;
>> +    vp->pitch *= -1;
>> +    vp->roll  *= -1;
> 
> You probably mean '-1.f'
> 
>> +}
>> +
>>  #endif /* VLC_VIEWPOINT_H_ */



More information about the vlc-devel mailing list