mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 15:43:24 +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;
|
||||
};
|
||||
|
||||
static_assert(sizeof(AudioStreamStats) == 152, "AudioStreamStats size isn't right");
|
||||
|
||||
#endif // hifi_AudioStreamStats_h
|
||||
|
|
Loading…
Reference in a new issue