mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
There is no need to have an extra pointer in the struct that is set to right after the object at initialization and is never modified because a flexible array member can be used instead. This has advantages: `struct message` is now smaller, and there is no extra load when accessing `struct message::data`. |
||
|---|---|---|
| .. | ||
| rtsp-client.c | ||
| rtsp-client.h | ||