Commit 36cf1dc2 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 5fc8cc79
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1053,7 +1053,7 @@ int main(
        case IVAS_ERR_SAMPLING_RATE_UNKNOWN: /* Returned when input is raw PCM */
            if ( args.sampleRate == 0 )
            {
                fprintf( stderr, "\nError: Sampling rate must be specified on command line in case of BINAURAL_SPLIT_PCM input!\n" );
                fprintf( stderr, "\nError: Sampling rate must be specified on command line in case of raw PCM input!\n" );
                goto cleanup;
            }
            break;