Commit 8ab0fc2f authored by vaclav's avatar vaclav Committed by Manuel Jander
Browse files

acceptance of switches, step 4

parent dbbf418b
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -133,10 +133,6 @@ typedef struct
    bool applyPiData;
    char *piOutputFilename;
    bool rtpOutSR;
<<<<<<< HEAD
=======
    bool evsMode;
>>>>>>> 88f1eb3c8 (acceptance of switches, step 2)
    IVAS_ROOM_SIZE_T roomSize;

} DecArguments;
@@ -887,10 +883,6 @@ static bool parseCmdlIVAS_dec(
    arg->output_Fs = IVAS_MAX_SAMPLING_RATE;
    arg->outputConfig = IVAS_AUDIO_CONFIG_MONO;
    arg->decMode = IVAS_DEC_MODE_IVAS;
<<<<<<< HEAD
=======
    arg->evsMode = false;
>>>>>>> 88f1eb3c8 (acceptance of switches, step 2)
    arg->quietModeEnabled = false;
    arg->delayCompensationEnabled = true;
    arg->voipMode = false;
@@ -1474,11 +1466,7 @@ static bool parseCmdlIVAS_dec(
            usage_dec();
            return false;
        }
<<<<<<< HEAD
        else if ( arg->non_diegetic_pan_enabled && arg->outputConfig == IVAS_AUDIO_CONFIG_STEREO && arg->decMode == IVAS_DEC_MODE_EVS )
=======
        else if ( arg->non_diegetic_pan_enabled && arg->outputConfig == IVAS_AUDIO_CONFIG_STEREO && arg->evsMode )
>>>>>>> 88f1eb3c8 (acceptance of switches, step 2)
        {
            fprintf( stderr, "Error: Both non-diegetic panning and stereo output specified!\n\n" );
            usage_dec();