Loading apps/renderer.c +0 −1 Original line number Diff line number Diff line Loading @@ -493,7 +493,6 @@ static int16_t getTotalNumInChannels( continue; } int32_t numInputChannels; if ( ( error = IVAS_REND_GetInputNumChannels( hIvasRend, masaIds[i], &numInputChannels ) ) != IVAS_ERR_OK ) { fprintf( stderr, "Error: %s\n", ivas_error_to_string( error ) ); Loading lib_rend/lib_rend.c +1 −0 Original line number Diff line number Diff line Loading @@ -2190,6 +2190,7 @@ static ivas_error setRendInputActiveMasa( inputMasa = (input_masa *) input; rendCtx = inputMasa->base.ctx; outConfig = *rendCtx.pOutConfig; (void) hRendCfg; /* Suppress warning */ initRendInputBase( &inputMasa->base, inConfig, id, rendCtx ); Loading Loading
apps/renderer.c +0 −1 Original line number Diff line number Diff line Loading @@ -493,7 +493,6 @@ static int16_t getTotalNumInChannels( continue; } int32_t numInputChannels; if ( ( error = IVAS_REND_GetInputNumChannels( hIvasRend, masaIds[i], &numInputChannels ) ) != IVAS_ERR_OK ) { fprintf( stderr, "Error: %s\n", ivas_error_to_string( error ) ); Loading
lib_rend/lib_rend.c +1 −0 Original line number Diff line number Diff line Loading @@ -2190,6 +2190,7 @@ static ivas_error setRendInputActiveMasa( inputMasa = (input_masa *) input; rendCtx = inputMasa->base.ctx; outConfig = *rendCtx.pOutConfig; (void) hRendCfg; /* Suppress warning */ initRendInputBase( &inputMasa->base, inConfig, id, rendCtx ); Loading