Loading apps/decoder.c +6 −0 Original line number Diff line number Diff line Loading @@ -1383,6 +1383,12 @@ static ivas_error decodeG192( fprintf( stderr, "\nError in IVAS_DEC_Reinit_Dec: %s\n\n", IVAS_DEC_GetErrorMessage( error ) ); goto cleanup; } if ( ( error = IVAS_DEC_GetNumOutputChannels( hIvasDec, &nOutChannels ) ) != IVAS_ERR_OK ) { fprintf( stderr, "\nError in IVAS_DEC_GetNumOutputChannels, code: %d\n", error ); return error; } } #endif Loading Loading
apps/decoder.c +6 −0 Original line number Diff line number Diff line Loading @@ -1383,6 +1383,12 @@ static ivas_error decodeG192( fprintf( stderr, "\nError in IVAS_DEC_Reinit_Dec: %s\n\n", IVAS_DEC_GetErrorMessage( error ) ); goto cleanup; } if ( ( error = IVAS_DEC_GetNumOutputChannels( hIvasDec, &nOutChannels ) ) != IVAS_ERR_OK ) { fprintf( stderr, "\nError in IVAS_DEC_GetNumOutputChannels, code: %d\n", error ); return error; } } #endif Loading