mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 22:55:06 +02:00
make sure the audio stream stats size is right
This commit is contained in:
parent
aea9775e4d
commit
88fd42010d
1 changed files with 2 additions and 0 deletions
|
@ -66,4 +66,6 @@ public:
|
||||||
PacketStreamStats _packetStreamWindowStats;
|
PacketStreamStats _packetStreamWindowStats;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static_assert(sizeof(AudioStreamStats) == 152, "AudioStreamStats size isn't right");
|
||||||
|
|
||||||
#endif // hifi_AudioStreamStats_h
|
#endif // hifi_AudioStreamStats_h
|
||||||
|
|
Loading…
Reference in a new issue