mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-31 18:06:15 +02:00
Fix warnings on Windows
This commit is contained in:
parent
30753f9f61
commit
ade0ee7be3
13 changed files with 67 additions and 63 deletions
|
@ -82,7 +82,7 @@ private:
|
|||
/// @param frames the number of requested frames
|
||||
void getSilentPlayerChunk(void* outputBuffer, uint32_t frames) const;
|
||||
|
||||
void updateBuffers(int age);
|
||||
void updateBuffers(chronos::usec::rep age);
|
||||
void resetBuffers();
|
||||
void setRealSampleRate(double sampleRate);
|
||||
|
||||
|
@ -95,8 +95,8 @@ private:
|
|||
DoubleBuffer<chronos::usec::rep> buffer_;
|
||||
std::shared_ptr<msg::PcmChunk> chunk_;
|
||||
|
||||
int median_;
|
||||
int shortMedian_;
|
||||
chronos::usec::rep median_;
|
||||
chronos::usec::rep shortMedian_;
|
||||
time_t lastUpdate_;
|
||||
uint32_t playedFrames_;
|
||||
int32_t correctAfterXFrames_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue