mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -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
|
||||
playback_write(void)
|
||||
{
|
||||
uint8_t rawbuf[AIRTUNES_V2_PACKET_SAMPLES * 2 * 2];
|
||||
uint8_t rawbuf[STOB(AIRTUNES_V2_PACKET_SAMPLES)];
|
||||
int ret;
|
||||
|
||||
source_check();
|
||||
|
Loading…
Reference in New Issue
Block a user