Commit 25ff405c authored by Malenovsky, Vladimir's avatar Malenovsky, Vladimir
Browse files

Merge branch '1224-float-split-rendering-command-line-issues' of...

Merge branch '1224-float-split-rendering-command-line-issues' of https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec into 1224-float-split-rendering-command-line-issues
parents 9ffbdcc7 36cf1dc2
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;