mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
glcolorconvert: Fix syntax error in detiling shader
Mesa compiler complains of:
error: `rgba' redeclared
This regression got introduced by 674e643428
, which introduce
colormatrix computation without revoing the pre-declaration of
rgba variable.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7231>
This commit is contained in:
parent
f7337b7477
commit
96a2408147
1 changed files with 0 additions and 1 deletions
|
@ -448,7 +448,6 @@ static const struct shader_templ templ_AV12_to_RGB =
|
|||
|
||||
/* TILED semi-planar to RGB conversion */
|
||||
static const gchar templ_TILED_SEMI_PLANAR_to_RGB_BODY[] =
|
||||
" vec4 rgba;\n"
|
||||
" vec4 yuva;\n"
|
||||
" ivec2 texel;\n"
|
||||
"\n"
|
||||
|
|
Loading…
Reference in a new issue