mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-17 22:10:26 +00:00
Use moonlight-common-c definition for max channel count
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include <opus_multistream.h>
|
||||
|
||||
static OpusMSDecoder* decoder;
|
||||
static short pcmBuffer[FRAME_SIZE * MAX_CHANNEL_COUNT];
|
||||
static short pcmBuffer[FRAME_SIZE * AUDIO_CONFIGURATION_MAX_CHANNEL_COUNT];
|
||||
static SDL_AudioDeviceID dev;
|
||||
static int channelCount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user