mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
[176/906] fix a typo
This commit is contained in:
parent
85502ef8cd
commit
35b7b488f3
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ const gchar *sin_fragment_source =
|
|||
" HSL = rgb2hsl (color.rgb);"
|
||||
/* move hls discontinuity away from the desired red zone so we can use
|
||||
* smoothstep.. to try: convert degrees in radiants, divide by 2 and
|
||||
* smoothstep sine */
|
||||
* smoothstep cosine */
|
||||
" HSL.x += 180.0;"
|
||||
" if ((HSL.x) > 360.0) HSL.x -= 360.0;"
|
||||
/* damn, it is extremely hard to get rid of human face reds! */
|
||||
|
|
Loading…
Reference in a new issue