mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-13 07:53:23 -05:00
Use STOB() in player.c since it is defined right in player.h
This commit is contained in:
parent
f543b768ac
commit
27e7148405
@ -1590,7 +1590,7 @@ source_read(uint8_t *buf, int len, uint64_t rtptime)
|
|||||||
static void
|
static void
|
||||||
playback_write(void)
|
playback_write(void)
|
||||||
{
|
{
|
||||||
uint8_t rawbuf[AIRTUNES_V2_PACKET_SAMPLES * 2 * 2];
|
uint8_t rawbuf[STOB(AIRTUNES_V2_PACKET_SAMPLES)];
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
source_check();
|
source_check();
|
||||||
|
Loading…
Reference in New Issue
Block a user