Skip to content

clients/simple-dmabuf-feedback: Print the default name for formats

Link Mauve requested to merge linkmauve/weston:no-unknown-format-feedback into main

The current code only prints formats described in the pixel_format_table array (defined in libweston/pixel-formats.c), and otherwise uses a very unhelpful UNKNOWN.

This converts the format to its four-character string representation instead.

Signed-off-by: Emmanuel Gil Peyrot linkmauve@linkmauve.fr

Merge request reports