src/modules/module-rtp-source.c: Fix alignment requirement for 32 bit build

This commit is contained in:
Ripley Tom 2026-02-21 20:55:17 +01:00
parent 846096d435
commit 367ce4626c
No known key found for this signature in database
GPG key ID: FC2B5DEF76BF4CC8

View file

@ -231,7 +231,7 @@ struct impl {
/* Monotonic timestamp of the last time a packet was
* received. This is accessed with atomic accessors
* to avoid race conditions. */
uint64_t last_packet_time;
SPA_ALIGNED(8) uint64_t last_packet_time;
struct pw_timer standby_timer;
/* This timer is used when the first stream_start() call fails because