mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
The drm format modifier value `0` is actually `DRM_FORMAT_MOD_LINEAR`, a commonly used modifier. Unfortunately there appears to be no value that can savely used as placeholder for "no value", as e.g. `DRM_FORMAT_MOD_INVALID` is often used to indicate an implicit modifier. Thus add a new flag that clearly indicates whether the modifier value is set or not, add it to `spa_video_info_raw` and the util functions. Closes https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2943 |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||