Loading apps/decoder.c +0 −12 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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; Loading Loading @@ -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(); Loading Loading
apps/decoder.c +0 −12 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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; Loading Loading @@ -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(); Loading