bino-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bino-list] OpenGL shader error


From: Daniel Schaal
Subject: Re: [Bino-list] OpenGL shader error
Date: Thu, 15 Dec 2016 17:55:52 +0100
User-agent: KMail/5.2.3 (Linux/4.9.0-rc8-amd64; KDE/5.28.0; x86_64; ; )

Hi,

I think I found the issue.

This is part of the video_color_output shader after the variables are 
replaced:

> // value_range_8bit_mpeg
> // value_range_10bit_full
> // value_range_10bit_mpeg
> #define value_range_8bit_mpeg
> 
> // the offset between the y texture coordinates and the appropriate
> // u and v texture coordinates, according to the chroma sample location
> #define chroma_offset_x 0,000781250012
> #define chroma_offset_y 0.0
> 
> // storage_srgb
> // storage_linear_rgb
> #define storage_srgb

The chroma_offset_x define has a comma instead of a dot as decimal separator 
which leads to the error. When I start bino with LC_NUMERIC=C I don't get this 
error.

 So the issue only appears when using a locale with a comma as decimal 
separator.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]