mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-14 01:26:42 +02:00
Remove ImageCache instance from ServerSettings
This commit is contained in:
parent
2530a347c2
commit
78cbd3cf5b
6 changed files with 20 additions and 12 deletions
|
@ -20,8 +20,6 @@
|
|||
// prototype/interface header file
|
||||
#include "jack_stream.hpp"
|
||||
|
||||
#include <jack/jack.h>
|
||||
|
||||
// local headers
|
||||
#include "common/aixlog.hpp"
|
||||
#include "common/snap_exception.hpp"
|
||||
|
@ -59,7 +57,6 @@ void float_to_s24(char* dst, jack_default_audio_sample_t* src, unsigned long nsa
|
|||
|
||||
while (nsamples--)
|
||||
{
|
||||
|
||||
// float to S24 conversion
|
||||
if (*src <= -1.0f)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue