mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 06:30:55 +00:00
Fix underflow in audio drop code
This commit is contained in:
@@ -20,9 +20,9 @@ public:
|
||||
|
||||
private:
|
||||
SDL_AudioDeviceID m_AudioDevice;
|
||||
int m_ChannelCount;
|
||||
int m_PendingDrops;
|
||||
int m_PendingHardDrops;
|
||||
unsigned int m_SampleIndex;
|
||||
Uint32 m_ChannelCount;
|
||||
Uint32 m_PendingDrops;
|
||||
Uint32 m_PendingHardDrops;
|
||||
Uint32 m_SampleIndex;
|
||||
Uint32 m_BaselinePendingData;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user