mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-03 21:26:36 +00:00
u/sink_converter: Silence warning
This commit is contained in:
parent
242faf9b60
commit
6fc0e1cda5
|
@ -101,7 +101,7 @@ generate_lookup_YUV_to_RGBX()
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
inline static void
|
XRT_MAYBE_UNUSED inline static void
|
||||||
YUYV422_to_R8G8B8X8(const uint8_t *input, uint32_t *rgb1, uint32_t *rgb2)
|
YUYV422_to_R8G8B8X8(const uint8_t *input, uint32_t *rgb1, uint32_t *rgb2)
|
||||||
{
|
{
|
||||||
uint8_t y0 = input[0];
|
uint8_t y0 = input[0];
|
||||||
|
|
Loading…
Reference in a new issue