diff --git a/spa/include/spa/pod/pod.h b/spa/include/spa/pod/pod.h index 963e1db2a..651914571 100644 --- a/spa/include/spa/pod/pod.h +++ b/spa/include/spa/pod/pod.h @@ -201,6 +201,7 @@ struct spa_pod_prop { * Int : n_items, * (String : key, * String : value)*)) */ +#define SPA_POD_PROP_FLAG_MANDATORY (1u<<3) /**< is mandatory */ uint32_t flags; /**< flags for property */ struct spa_pod value; /* value follows */