mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-08 08:56:17 +00:00
Fix more warnings
This commit is contained in:
@@ -34,7 +34,7 @@ static int channelCount;
|
||||
static int samplesPerFrame;
|
||||
|
||||
static int omx_renderer_init(int audioConfiguration, POPUS_MULTISTREAM_CONFIGURATION opusConfig, void* context, int arFlags) {
|
||||
int rc, error;
|
||||
int rc;
|
||||
OMX_ERRORTYPE err;
|
||||
unsigned char omxMapping[AUDIO_CONFIGURATION_MAX_CHANNEL_COUNT];
|
||||
char* componentName = "audio_render";
|
||||
|
||||
Reference in New Issue
Block a user