output/snapcast/protocol: swap "received" and "sent"

Snapcast's protocol documentation is wrong, see
https://github.com/badaix/snapcast/pull/811
This commit is contained in:
Max Kellermann 2021-02-22 21:38:33 +01:00
parent 9b9522e3f5
commit e875da5d38

View File

@ -41,8 +41,8 @@ struct SnapcastBase {
PackedLE16 type;
PackedLE16 id;
PackedLE16 refers_to;
SnapcastTimestamp received;
SnapcastTimestamp sent;
SnapcastTimestamp received;
PackedLE32 size;
};