mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
spa: use static inline for interfaces instead of macro
It gives better typechecking and a path to make a library of functions.
This commit is contained in:
parent
5e0e1204d7
commit
84bd4b7ea9
32 changed files with 1069 additions and 563 deletions
|
|
@ -41,7 +41,7 @@
|
|||
#define SPA_LOG_TOPIC_DEFAULT &log_topic
|
||||
SPA_LOG_TOPIC_DEFINE_STATIC(log_topic, "spa.videoconvert.ffmpeg");
|
||||
|
||||
#define MAX_ALIGN 64
|
||||
#define MAX_ALIGN 64u
|
||||
#define MAX_BUFFERS 32
|
||||
#define MAX_DATAS 4
|
||||
#define MAX_PORTS (1+1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue