Fix more warnings

This commit is contained in:
Cameron Gutman
2022-11-20 20:40:29 -06:00
parent c985b9ea0d
commit 1feeab9c71
5 changed files with 8 additions and 20 deletions

View File

@@ -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";