Commit 5cef09f1 authored by vaclav's avatar vaclav
Browse files

remove unreasonable sanity check

parent fe56c0f3
Loading
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -271,15 +271,6 @@ int main(

    if ( arg.customLsOutputEnabled )
    {
#ifdef FIX_351_HRTF_COMMAND
        /* sanity check */
        if ( arg.outputFormat != IVAS_DEC_OUTPUT_LS_CUSTOM )
        {
            fprintf( stderr, "\nError: Custom loudspeaker setup cannot be used in this output configuration.\n\n" );
            goto cleanup;
        }
#endif

        if ( ( error = CustomLsReader_open( arg.customLsSetupFilename, &hLsCustomReader ) ) != IVAS_ERR_OK )
        {
            fprintf( stderr, "\nError: Can't open Custom loudspeaker setup file %s \n\n", arg.customLsSetupFilename );