mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-19 20:16:15 +02:00
Cleanup Jack time adjust code
Remove unnecessary member var and rename variables for more clarity.
This commit is contained in:
parent
03eda48d6d
commit
ba0f9f209d
2 changed files with 3 additions and 4 deletions
|
@ -66,7 +66,6 @@ protected:
|
|||
jack_client_t* client_;
|
||||
std::vector<jack_port_t*> ports_;
|
||||
jack_nframes_t jackConnectFrames_;
|
||||
std::chrono::time_point<std::chrono::steady_clock> jackConnectTime_;
|
||||
jack_time_t jackTimeAdjust_;
|
||||
SampleFormat jackSampleFormat_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue